opencopilot / page5.py
ehristoforu's picture
Create page5.py
4cda600 verified
raw
history blame
249 Bytes
import streamlit as st
import streamlit.components.v1 as components
import time
import random
import os
def a1111():
st.title("AUTOMATIC1111")
components.iframe(src="https://camenduru-com-webui-docker.hf.space", width="auto", height="100%")