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