Update app.py
Browse files
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 |
"""
|