wensjheng commited on
Commit
ae1e5bf
·
verified ·
1 Parent(s): e18810c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("清除對話")