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