Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ 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 = []
|
|
|
11 |
)
|
12 |
|
13 |
if( hasattr(st.session_state, 'page') == False):
|
14 |
+
st.session_state.page = 0
|
15 |
|
16 |
if( hasattr(st.session_state, 'results') == False):
|
17 |
st.session_state.results = []
|