Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ logging.basicConfig(format="%(asctime)s - %(levelname)s - %(message)s", level=lo
|
|
15 |
logger = logging.getLogger(__name__)
|
16 |
|
17 |
# Replace this with your Hugging Face Space URL
|
18 |
-
HUGGING_FACE_SPACE_URL = "https://demaking-decision-helper-bot.hf.space
|
19 |
|
20 |
# Get Telegram bot token from environment variables
|
21 |
TOKEN = os.getenv("TELEGRAM_BOT_TOKEN")
|
|
|
15 |
logger = logging.getLogger(__name__)
|
16 |
|
17 |
# Replace this with your Hugging Face Space URL
|
18 |
+
HUGGING_FACE_SPACE_URL = "https://demaking-decision-helper-bot.hf.space"
|
19 |
|
20 |
# Get Telegram bot token from environment variables
|
21 |
TOKEN = os.getenv("TELEGRAM_BOT_TOKEN")
|