tommy24 commited on
Commit
cb2d6b1
·
1 Parent(s): 719aa6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1090,7 +1090,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
1090
  arguments_str = comp["function_call"]["arguments"]
1091
  arguments_dict = json.loads(arguments_str)
1092
 
1093
- function_response = testing_this(
1094
  name=arguments_dict["location"],
1095
  number=arguments_dict["unit"]
1096
  )
 
1090
  arguments_str = comp["function_call"]["arguments"]
1091
  arguments_dict = json.loads(arguments_str)
1092
 
1093
+ function_response = get_current_weather(
1094
  name=arguments_dict["location"],
1095
  number=arguments_dict["unit"]
1096
  )