Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ Context: {message}"""
|
|
59 |
with gr.Blocks(title="氫鬆聊 - 專屬於您的健康諮詢夥伴") as demo:
|
60 |
gr.HTML(INTRO_TEXT)
|
61 |
chatbot = gr.Chatbot(height=400)
|
62 |
-
msg = gr.Textbox(label="請輸入您的問題", placeholder="例如:我正在接受__治療,可以吃___?")
|
63 |
with gr.Row():
|
64 |
ask = gr.Button("提問")
|
65 |
clear = gr.Button("清除對話")
|
|
|
59 |
with gr.Blocks(title="氫鬆聊 - 專屬於您的健康諮詢夥伴") as demo:
|
60 |
gr.HTML(INTRO_TEXT)
|
61 |
chatbot = gr.Chatbot(height=400)
|
62 |
+
msg = gr.Textbox(label="請輸入您的問題", placeholder="例如:我正在接受__治療,可以吃___?",show_microphone=True)
|
63 |
with gr.Row():
|
64 |
ask = gr.Button("提問")
|
65 |
clear = gr.Button("清除對話")
|