DeepLearning101 commited on
Commit
ccce7ef
·
verified ·
1 Parent(s): b5f94b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():