DeepLearning101 commited on
Commit
56337d7
·
verified ·
1 Parent(s): db09be3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -208,13 +208,13 @@ with gr.Blocks(css=custom_css) as iface:
208
  gr.HTML(LINKS)
209
  with gr.Row():
210
  chatbot = gr.Chatbot(elem_id="chatbot")
211
-
212
- gr.Examples(examples=examples, inputs=user_input)
213
-
214
  with gr.Row():
215
  user_input = gr.Textbox(label='輸入您的問題', placeholder="在此輸入問題...", elem_id="user_input")
216
  submit_button = gr.Button("問題輸入好,請點我送出", elem_id="submit_button")
217
 
 
 
218
  with gr.Row():
219
  # like_button = gr.Button("👍 覺得答案很棒,請按我;或者直接繼續問新問題亦可", elem_id="like_button")
220
  dislike_button = gr.Button("👎 覺得答案待改善,請輸入改進建議,再按我送出保存", elem_id="dislike_button")
 
208
  gr.HTML(LINKS)
209
  with gr.Row():
210
  chatbot = gr.Chatbot(elem_id="chatbot")
211
+
 
 
212
  with gr.Row():
213
  user_input = gr.Textbox(label='輸入您的問題', placeholder="在此輸入問題...", elem_id="user_input")
214
  submit_button = gr.Button("問題輸入好,請點我送出", elem_id="submit_button")
215
 
216
+ gr.Examples(examples=examples, inputs=user_input)
217
+
218
  with gr.Row():
219
  # like_button = gr.Button("👍 覺得答案很棒,請按我;或者直接繼續問新問題亦可", elem_id="like_button")
220
  dislike_button = gr.Button("👎 覺得答案待改善,請輸入改進建議,再按我送出保存", elem_id="dislike_button")