rairo commited on
Commit
933a6a2
·
verified ·
1 Parent(s): 4ea277e

Update main.py

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