dragxd commited on
Commit
f0a8931
·
verified ·
1 Parent(s): 576915b

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -1
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://<your-hf-space-username>-<space-name>.hf.space"
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