Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,13 +11,13 @@ st.set_page_config(
|
|
11 |
)
|
12 |
|
13 |
if( hasattr(st.session_state, 'page') == False):
|
14 |
-
st.session_state.page =
|
15 |
|
16 |
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 =
|
21 |
|
22 |
p1 = st.empty()
|
23 |
p2 = st.empty()
|
|
|
11 |
)
|
12 |
|
13 |
if( hasattr(st.session_state, 'page') == False):
|
14 |
+
st.session_state.page = 2
|
15 |
|
16 |
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()
|