Dalageo commited on
Commit
8f60e84
·
verified ·
1 Parent(s): 70ab0ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def calculator(expression: str)-> str: # Returns a string result
14
  A tool that evaluates a mathematical expression using the Wolfram Alpha API.
15
 
16
  Args:
17
- expression (str): A mathematical expression to solve (e.g., "1+2", "3*5").
18
 
19
  Returns:
20
  str: The result of the calculation if successful, or an error message if the request fails.
 
14
  A tool that evaluates a mathematical expression using the Wolfram Alpha API.
15
 
16
  Args:
17
+ expression: A mathematical expression to solve (e.g., "1+2", "3*5").
18
 
19
  Returns:
20
  str: The result of the calculation if successful, or an error message if the request fails.