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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -18,7 +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
  @app.get("/ask")
24
  def ask(prompt: str):
 
18
 
19
  @app.get("/")
20
  def home():
21
+ return {"message": "Visit link https://userlele-21thang4.hf.space/docs"}
22
 
23
  @app.get("/ask")
24
  def ask(prompt: str):