Dalageo commited on
Commit
cdbba9c
·
verified ·
1 Parent(s): c15132c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (str): A 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
 
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