Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ if( hasattr(st.session_state, 'results') == False):
|
|
17 |
st.session_state.results = []
|
18 |
|
19 |
if( hasattr(st.session_state, 'prompt') == False):
|
20 |
-
st.session_state.prompt = None
|
21 |
|
22 |
p1 = st.empty()
|
23 |
p2 = st.empty()
|
|
|
17 |
st.session_state.results = []
|
18 |
|
19 |
if( hasattr(st.session_state, 'prompt') == False):
|
20 |
+
st.session_state.prompt = "A Zaha Hadid building next to a waterfall" #None
|
21 |
|
22 |
p1 = st.empty()
|
23 |
p2 = st.empty()
|