Khoi1234210 commited on
Commit
66c614b
·
verified ·
1 Parent(s): 2e74f3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -64,6 +64,9 @@ def respond(
64
  top_p,
65
  # hf_token: gr.OAuthToken,
66
  ):
 
 
 
67
  """
68
  Enhanced response function for mathematical problem solving
69
  """
 
64
  top_p,
65
  # hf_token: gr.OAuthToken,
66
  ):
67
+ # Show initial thinking message
68
+ yield "🤔 Thinking for the suitable answer..."
69
+
70
  """
71
  Enhanced response function for mathematical problem solving
72
  """