Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,4 +97,4 @@ if __name__ == "__main__":
|
|
| 97 |
launch_gradio(username="Guest")
|
| 98 |
|
| 99 |
# Start the Telegram bot
|
| 100 |
-
subprocess.Popen(["
|
|
|
|
| 97 |
launch_gradio(username="Guest")
|
| 98 |
|
| 99 |
# Start the Telegram bot
|
| 100 |
+
subprocess.Popen(["python", "telegrabot.py"])
|