DeMaking commited on
Commit
48f7491
·
verified ·
1 Parent(s): b9cc0a0

Update telegram_bot.py

Browse files
Files changed (1) hide show
  1. telegram_bot.py +1 -1
telegram_bot.py CHANGED
@@ -9,7 +9,7 @@ logging.basicConfig(level=logging.INFO)
9
  TOKEN = "TELEGRAM_BOT_TOKEN"
10
 
11
  # Flask API URL
12
- API_URL = "http://DeMaking/decision-helper-bot/process"
13
 
14
  # Function to send user input to Flask API and return the response
15
  def get_response_from_api(user_text):
 
9
  TOKEN = "TELEGRAM_BOT_TOKEN"
10
 
11
  # Flask API URL
12
+ API_URL = "https://demaking-decision-helper-bot.hf.space/ask"
13
 
14
  # Function to send user input to Flask API and return the response
15
  def get_response_from_api(user_text):