DeMaking commited on
Commit
17780a4
·
verified ·
1 Parent(s): ecf841a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/generate_response"
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")