broadfield-dev commited on
Commit
312a6a5
·
verified ·
1 Parent(s): 48891a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -334,4 +334,4 @@ def index():
334
  """, highlight_styles=highlight_styles)
335
 
336
  if __name__ == "__main__":
337
- app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))```
 
334
  """, highlight_styles=highlight_styles)
335
 
336
  if __name__ == "__main__":
337
+ app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))