Spaces:
Sleeping
Sleeping
zerostratos
commited on
Update app.py
Browse files
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..."
|
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",
|
|
|
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",
|