Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def calculator_tool(expression: str)-> str: # Returns a string result
|
|
| 13 |
"""
|
| 14 |
A tool that evaluates a mathematical expression using the Wolfram Alpha API.
|
| 15 |
Args:
|
| 16 |
-
expression
|
| 17 |
"""
|
| 18 |
try:
|
| 19 |
# app_id = "replace_with_your_Wolfram_ID" # Your Wolfram Alpha App ID
|
|
|
|
| 13 |
"""
|
| 14 |
A tool that evaluates a mathematical expression using the Wolfram Alpha API.
|
| 15 |
Args:
|
| 16 |
+
expression: A string of the mathematical expression to evaluate (e.g., "1+2", "3*5").
|
| 17 |
"""
|
| 18 |
try:
|
| 19 |
# app_id = "replace_with_your_Wolfram_ID" # Your Wolfram Alpha App ID
|