wensjheng commited on
Commit
4df042e
·
verified ·
1 Parent(s): e34d178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def call_gemini(message):
38
 
39
  with gr.Blocks(title="氫鬆聊 - 專屬於您的健康諮詢夥伴") as demo:
40
  gr.HTML(INTRO_TEXT)
41
- chatbot = gr.Chatbot(height=400, label="對話區")
42
  msg = gr.Textbox(label="請輸入您的問題", placeholder="例如:我正在接受__治療,可以吃___?")
43
  with gr.Row():
44
  ask = gr.Button("提問")
 
38
 
39
  with gr.Blocks(title="氫鬆聊 - 專屬於您的健康諮詢夥伴") as demo:
40
  gr.HTML(INTRO_TEXT)
41
+ chatbot = gr.Chatbot(height=400)
42
  msg = gr.Textbox(label="請輸入您的問題", placeholder="例如:我正在接受__治療,可以吃___?")
43
  with gr.Row():
44
  ask = gr.Button("提問")