Ahil1991 commited on
Commit
0916765
·
verified ·
1 Parent(s): 7ae04cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  app = Flask(__name__)
6
 
7
  # URL of the external chatbot API
8
- EXTERNAL_CHATBOT_URL = "https://your-external-chatbot-url.com/api/chat" # Replace with the correct URL
9
 
10
  @app.route("/send_message", methods=["POST"])
11
  def send_message():
 
5
  app = Flask(__name__)
6
 
7
  # URL of the external chatbot API
8
+ EXTERNAL_CHATBOT_URL = "https://ahil-mohammad.github.io/Bee-Server/" # Replace with the correct URL
9
 
10
  @app.route("/send_message", methods=["POST"])
11
  def send_message():