zerostratos commited on
Commit
0af6323
·
verified ·
1 Parent(s): 0e7cdd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,8 +81,8 @@ custom_css = """
81
  # Create the Gradio interface
82
  iface = gr.Interface(
83
  fn=chat_with_model,
84
- inputs=gr.Textbox(label="You",placeholder="Hãy hỏi ở đây...", css_class="input-textbox"),
85
- outputs=gr.Textbox(label="Assistant", css_class="output-textbox"),
86
  title="Friendly Medical Chatbot",
87
  description="Bạn có thể hỏi mọi câu hỏi liên quan đến y tế",
88
  theme="default",
 
81
  # Create the Gradio interface
82
  iface = gr.Interface(
83
  fn=chat_with_model,
84
+ inputs=gr.Textbox(label="You",placeholder="Hãy hỏi ở đây..."),
85
+ outputs=gr.Textbox(label="Assistant"),
86
  title="Friendly Medical Chatbot",
87
  description="Bạn có thể hỏi mọi câu hỏi liên quan đến y tế",
88
  theme="default",