James MacQuillan commited on
Commit
6d99a3a
·
1 Parent(s): 72ba367
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def process_query(user_input, history):
107
  else:
108
  # Append new user message to the history
109
  history.append({"role": "user", "content": user_input})
110
-
111
  search_results = search(user_input)
112
  search_results_str = json.dumps(search_results)
113
  response = client.chat_completion(
 
107
  else:
108
  # Append new user message to the history
109
  history.append({"role": "user", "content": user_input})
110
+ gr.Info('thinking...',duration = 7)
111
  search_results = search(user_input)
112
  search_results_str = json.dumps(search_results)
113
  response = client.chat_completion(