Spaces:
Runtime error
Runtime error
Update page/intro.py
Browse files- page/intro.py +2 -2
page/intro.py
CHANGED
@@ -47,7 +47,7 @@ def gen(_p):
|
|
47 |
return
|
48 |
|
49 |
_1 = ["A modern ","A post-modern ","A classical ", "A parametric ", "A contemporary ", "A minimalist "]
|
50 |
-
_2 = ["museum architecture","home architecture","
|
51 |
_3 = [""," in the style of I.M. Pei"," in the style of Frank Gehry"," in the style of John Lautner"," in the style of Frank Lloyd Wright"]
|
52 |
_4 = [" photograph",", watercolor painting",", oil painting", ", digital art"]
|
53 |
|
@@ -83,7 +83,7 @@ def app():
|
|
83 |
|
84 |
st.title('AI-Generated Architecture')
|
85 |
|
86 |
-
prompt = st.text_input(label="Describe the architecture you want to see",value="
|
87 |
|
88 |
c1,c2,c3 = st.columns(3)
|
89 |
|
|
|
47 |
return
|
48 |
|
49 |
_1 = ["A modern ","A post-modern ","A classical ", "A parametric ", "A contemporary ", "A minimalist "]
|
50 |
+
_2 = ["museum architecture","home architecture","interior design"]
|
51 |
_3 = [""," in the style of I.M. Pei"," in the style of Frank Gehry"," in the style of John Lautner"," in the style of Frank Lloyd Wright"]
|
52 |
_4 = [" photograph",", watercolor painting",", oil painting", ", digital art"]
|
53 |
|
|
|
83 |
|
84 |
st.title('AI-Generated Architecture')
|
85 |
|
86 |
+
prompt = st.text_input(label="Describe the architecture you want to see",value="")
|
87 |
|
88 |
c1,c2,c3 = st.columns(3)
|
89 |
|