suusuu93 commited on
Commit
685ff14
·
verified ·
1 Parent(s): c43f026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def chatbot(msg):
14
  return f"🐱 Dr. Ask: {reply}"
15
 
16
  demo = gr.Interface(fn=chatbot,
17
- inputs=gr.Textbox(label="what do you want to ask?"),
18
- outputs=gr.Textbox(label="Dr. Ask answer"),
19
  title="🐱 Dr. Ask AI",
20
  theme="default")
21
 
 
14
  return f"🐱 Dr. Ask: {reply}"
15
 
16
  demo = gr.Interface(fn=chatbot,
17
+ inputs=gr.Textbox(label="Bạn hỏi "),
18
+ outputs=gr.Textbox(label="Dr. Ask AI trả lời"),
19
  title="🐱 Dr. Ask AI",
20
  theme="default")
21