Update telegram_bot.py
Browse files- 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 = "
|
| 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):
|