JMalott commited on
Commit
b25019c
1 Parent(s): b17bae2

Update page/intro.py

Browse files
Files changed (1) hide show
  1. 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","landscape architecture","interior design","structural 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="An oil painting of a modern architecture")
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