prithivMLmods commited on
Commit
358adb9
·
verified ·
1 Parent(s): a5d07a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def model_inference(input_dict, history):
125
  thread.start()
126
 
127
  # Yield an animated progress message
128
- yield progress_bar_html("Thinking...")
129
 
130
  buffer = ""
131
  for new_text in streamer:
 
125
  thread.start()
126
 
127
  # Yield an animated progress message
128
+ yield progress_bar_html("Almost there, hold tight!")
129
 
130
  buffer = ""
131
  for new_text in streamer: