Update bot.py
Browse files
bot.py
CHANGED
@@ -4,7 +4,7 @@ from telegram.ext import ApplicationBuilder, CommandHandler, MessageHandler, fil
|
|
4 |
import os
|
5 |
|
6 |
# Replace with your actual Hugging Face Space backend URL
|
7 |
-
BACKEND_URL = "https
|
8 |
|
9 |
SELECT_REPO, UPLOAD_ENV = range(2)
|
10 |
|
|
|
4 |
import os
|
5 |
|
6 |
# Replace with your actual Hugging Face Space backend URL
|
7 |
+
BACKEND_URL = "https://dragxd-host.hf.space"
|
8 |
|
9 |
SELECT_REPO, UPLOAD_ENV = range(2)
|
10 |
|