Spaces:
Runtime error
Runtime error
Update page/intro.py
Browse files- page/intro.py +1 -1
page/intro.py
CHANGED
@@ -46,7 +46,7 @@ def gen(_p):
|
|
46 |
st.session_state.page = 0
|
47 |
return
|
48 |
|
49 |
-
_1 = ["A modern ","A post-modern ","A classical ", "A
|
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"]
|
|
|
46 |
st.session_state.page = 0
|
47 |
return
|
48 |
|
49 |
+
_1 = ["A modern ","A post-modern ","A classical ", "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"]
|