Update app.py
Browse files
app.py
CHANGED
|
@@ -81,9 +81,6 @@ def on_this_day(date: str) -> str:
|
|
| 81 |
return f"Error retrieving historical data for {date}: {str(e)}"
|
| 82 |
|
| 83 |
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
final_answer = FinalAnswerTool()
|
| 88 |
|
| 89 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
|
|
|
| 81 |
return f"Error retrieving historical data for {date}: {str(e)}"
|
| 82 |
|
| 83 |
|
|
|
|
|
|
|
|
|
|
| 84 |
final_answer = FinalAnswerTool()
|
| 85 |
|
| 86 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|