userlele commited on
Commit
576deb9
·
verified ·
1 Parent(s): 75b8ec6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -18,7 +18,8 @@ global_state = {
18
 
19
  @app.get("/")
20
  def home():
21
- return {"message": "Welcome to the PDF Q&A Chatbot by Bitfumes"}
 
22
 
23
  @app.get("/ask")
24
  def ask(prompt: str):
 
18
 
19
  @app.get("/")
20
  def home():
21
+ return {"message": "Chào bạn, mình Tống đài viên của MBAL. Vui lòng truy cập link .. để thử nghiệm nhé!
22
+ "}
23
 
24
  @app.get("/ask")
25
  def ask(prompt: str):