Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks() as iface:
|
|
172 |
|
173 |
with gr.Row():
|
174 |
like_button = gr.Button(" 👍 覺得答案很棒,請按我;或者直接繼續問新問題亦可")
|
175 |
-
dislike_button = gr.Button(" 👎
|
176 |
improvement_input = gr.Textbox(label='請輸入改進建議', placeholder='請輸入如何改進模型回應的建議')
|
177 |
|
178 |
with gr.Row():
|
|
|
172 |
|
173 |
with gr.Row():
|
174 |
like_button = gr.Button(" 👍 覺得答案很棒,請按我;或者直接繼續問新問題亦可")
|
175 |
+
dislike_button = gr.Button(" 👎 覺得答案待改善,請輸入改進建議,再按我送出保存")
|
176 |
improvement_input = gr.Textbox(label='請輸入改進建議', placeholder='請輸入如何改進模型回應的建議')
|
177 |
|
178 |
with gr.Row():
|