Spaces:
Runtime error
Runtime error
Update page5.py
Browse files
page5.py
CHANGED
@@ -6,4 +6,12 @@ import os
|
|
6 |
|
7 |
def a1111():
|
8 |
st.title("AUTOMATIC1111")
|
9 |
-
components.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
""")
|