Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ custom_css = """
|
|
81 |
# Create the Gradio interface
|
82 |
iface = gr.Interface(
|
83 |
fn=chat_with_model,
|
84 |
-
inputs=gr.Textbox(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ế",
|
|
|
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ế",
|