amauricunha commited on
Commit
727cd3e
·
verified ·
1 Parent(s): 3a8415d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -269,5 +269,4 @@ def root():
269
  return send_file('index.html')
270
 
271
  if __name__ == '__main__':
272
- app.run(host='0.0.0.0', port=7860)
273
-
 
269
  return send_file('index.html')
270
 
271
  if __name__ == '__main__':
272
+ app.run(host='0.0.0.0', port=7860)