ehristoforu commited on
Commit
2844722
·
verified ·
1 Parent(s): 2cd98aa

Update page5.py

Browse files
Files changed (1) hide show
  1. page5.py +9 -1
page5.py CHANGED
@@ -6,4 +6,12 @@ import os
6
 
7
  def a1111():
8
  st.title("AUTOMATIC1111")
9
- components.iframe(src="https://camenduru-com-webui-docker.hf.space")
 
 
 
 
 
 
 
 
 
6
 
7
  def a1111():
8
  st.title("AUTOMATIC1111")
9
+ components.html("""
10
+ <iframe
11
+ src="https://camenduru-com-webui-docker.hf.space"
12
+ frameborder="0"
13
+ width="100%"
14
+ height="100%"
15
+ ></iframe>
16
+
17
+ """)