Update app.py
Browse files
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
|
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("提問")
|