amauricunha commited on
Commit
e0de86a
verified
1 Parent(s): cdeafe8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,4 +255,4 @@ def serve_index():
255
  if __name__ == '__main__':
256
  # Define o static_folder como o diret贸rio atual para que o send_static_file funcione
257
  app.static_folder = os.path.dirname(os.path.abspath(__file__))
258
- app.run(host='0.0.0.0', port=7860)
 
255
  if __name__ == '__main__':
256
  # Define o static_folder como o diret贸rio atual para que o send_static_file funcione
257
  app.static_folder = os.path.dirname(os.path.abspath(__file__))
258
+ app.run(host='0.0.0.0', port=7860)