Spaces:
Runtime error
Runtime error
Update page/generate.py
Browse files- page/generate.py +2 -0
page/generate.py
CHANGED
@@ -20,6 +20,8 @@ def app():
|
|
20 |
|
21 |
st.subheader('(beta v1.0)')
|
22 |
|
|
|
|
|
23 |
st.subheader('Describe a building, interior, or other architecture you would like to see.')
|
24 |
|
25 |
#Modern architecture museum with black brick and large windows.
|
|
|
20 |
|
21 |
st.subheader('(beta v1.0)')
|
22 |
|
23 |
+
st.text('This is a working beta version with bugs. Known issues are:\n-Some images will grey out when you change the input parameters')
|
24 |
+
|
25 |
st.subheader('Describe a building, interior, or other architecture you would like to see.')
|
26 |
|
27 |
#Modern architecture museum with black brick and large windows.
|