ehristoforu commited on
Commit
4cda600
·
verified ·
1 Parent(s): 93ba257

Create page5.py

Browse files
Files changed (1) hide show
  1. page5.py +9 -0
page5.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ import streamlit.components.v1 as components
3
+ import time
4
+ import random
5
+ import os
6
+
7
+ def a1111():
8
+ st.title("AUTOMATIC1111")
9
+ components.iframe(src="https://camenduru-com-webui-docker.hf.space", width="auto", height="100%")