mikeee commited on
Commit
c455b52
Β·
1 Parent(s): 61c6017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ if ask:
189
  if 'key' in st.session_state:
190
  msg = "Just one sec"
191
  else:
192
- msg = "Um... excuse me but... this can take about a minute for your first question because some stuff needs to be downloaded πŸ₯ΊπŸ‘‰πŸ»πŸ‘ˆπŸ»"
193
  st.session_state.key = 'value'
194
  # ns.counter = 1
195
  with st.spinner(msg):
 
189
  if 'key' in st.session_state:
190
  msg = "Just one sec"
191
  else:
192
+ msg = "Um... excuse me but... this can take about a minute, or two, for your first question because some stuff needs to be downloaded πŸ₯ΊπŸ‘‰πŸ»πŸ‘ˆπŸ»"
193
  st.session_state.key = 'value'
194
  # ns.counter = 1
195
  with st.spinner(msg):