memorease commited on
Commit
d636667
·
verified ·
1 Parent(s): 1f17449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ def ask_question():
19
  def root_check():
20
  return jsonify({"status": "running"})
21
 
22
-
23
  if __name__ == "__main__":
24
  port = int(os.environ.get("PORT", 7860))
25
  app.run(host="0.0.0.0", port=port)
 
19
  def root_check():
20
  return jsonify({"status": "running"})
21
 
 
22
  if __name__ == "__main__":
23
  port = int(os.environ.get("PORT", 7860))
24
  app.run(host="0.0.0.0", port=port)