amauricunha commited on
Commit
c535de9
·
verified ·
1 Parent(s): ea769a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -177,5 +177,4 @@ def root():
177
  return send_file('index.html')
178
 
179
  if __name__ == '__main__':
180
- app.run(host='0.0.0.0', port=7860)
181
-
 
177
  return send_file('index.html')
178
 
179
  if __name__ == '__main__':
180
+ app.run(host='0.0.0.0', port=7860)