JMalott commited on
Commit
38dd828
1 Parent(s): 98295af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = 0
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 = "A Zaha Hadid building next to a waterfall" #None
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()