JMalott commited on
Commit
51d94c3
·
1 Parent(s): 5b9df98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 2
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 = []