userlele commited on
Commit
dba70e0
·
verified ·
1 Parent(s): b083b44

Update main.py

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