ginipick commited on
Commit
d33fe8f
·
verified ·
1 Parent(s): 3732818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3894,6 +3894,7 @@ async function submitQuestion(question) {
3894
  </script>
3895
  </body>
3896
  </html>
 
3897
 
3898
  if __name__ == "__main__":
3899
  uvicorn.run("app:app", host="0.0.0.0", port=int(os.getenv("PORT", 7860)))
 
3894
  </script>
3895
  </body>
3896
  </html>
3897
+ """
3898
 
3899
  if __name__ == "__main__":
3900
  uvicorn.run("app:app", host="0.0.0.0", port=int(os.getenv("PORT", 7860)))