Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|