rairo commited on
Commit
4cc36bd
·
verified ·
1 Parent(s): 12ad28b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -30,7 +30,7 @@ def home():
30
  return "Hello Qx!"
31
 
32
  @app.route("/predict", methods=["POST"])
33
- def bot(json_table, user_question):
34
  load_dotenv()
35
  #
36
  json_table = request.json.get("json_table")
 
30
  return "Hello Qx!"
31
 
32
  @app.route("/predict", methods=["POST"])
33
+ def bot():
34
  load_dotenv()
35
  #
36
  json_table = request.json.get("json_table")