mehradans92 commited on
Commit
223116a
·
1 Parent(s): 48bab4b

added info

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def answer_callback(question_query):
192
  # global pdf_info
193
  progress_text = "Please wait..."
194
  # my_bar = st.progress(0, text = progress_text)
195
- st.spinner(text="Please wait...")
196
  if docs is None:
197
  # my_bar.progress(0.2, "Please wait...")
198
  pdf_info = st.session_state['pdf_info']
 
192
  # global pdf_info
193
  progress_text = "Please wait..."
194
  # my_bar = st.progress(0, text = progress_text)
195
+ st.info('Please wait...', icon="🔥")
196
  if docs is None:
197
  # my_bar.progress(0.2, "Please wait...")
198
  pdf_info = st.session_state['pdf_info']