Spaces:
Paused
Paused
measmonysuon
commited on
Commit
•
db8462d
1
Parent(s):
cf24dc7
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"])
|