Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -295,4 +295,4 @@ def upload_files():
|
|
| 295 |
|
| 296 |
if __name__ == '__main__':
|
| 297 |
# Configure HTTPS with self-signed certificate
|
| 298 |
-
app.run(
|
|
|
|
| 295 |
|
| 296 |
if __name__ == '__main__':
|
| 297 |
# Configure HTTPS with self-signed certificate
|
| 298 |
+
app.run()
|