Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,5 +45,5 @@ def index():
|
|
| 45 |
updater.start_polling()
|
| 46 |
updater.idle()
|
| 47 |
|
| 48 |
-
|
| 49 |
app.run(host="0.0.0.0", port=7860)
|
|
|
|
| 45 |
updater.start_polling()
|
| 46 |
updater.idle()
|
| 47 |
|
| 48 |
+
if __name__ == "__main__":
|
| 49 |
app.run(host="0.0.0.0", port=7860)
|