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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -23,13 +23,13 @@ load_dotenv()
23
 
24
 
25
  app = Flask(__name__)
26
-
27
  @app.route("/", methods=["GET"])
28
  def home():
29
 
30
  return "Hello Qx!"
31
-
32
- @app.route("/predict", methods=["POST"])
33
  def bot(json_table, user_question):
34
  load_dotenv()
35
  #
 
23
 
24
 
25
  app = Flask(__name__)
26
+ '''
27
  @app.route("/", methods=["GET"])
28
  def home():
29
 
30
  return "Hello Qx!"
31
+ '''
32
+ @app.route("/", methods=["POST"])
33
  def bot(json_table, user_question):
34
  load_dotenv()
35
  #