DeepLearning101 commited on
Commit
a3f1c93
·
verified ·
1 Parent(s): d5897b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -197,8 +197,8 @@ with gr.Blocks() as iface:
197
  chatbot = gr.Chatbot()
198
 
199
  with gr.Row():
200
- user_input = gr.Textbox(label='輸入您的問題', placeholder="在此輸入問題...")
201
- submit_button = gr.Button("問題輸入好,請點我送出")
202
  category = gr.Radio(label="Message Category", choices=[
203
  "ip", "fileHash", "dl101", "other", "search"
204
  ])
 
197
  chatbot = gr.Chatbot()
198
 
199
  with gr.Row():
200
+ user_input = gr.Textbox(label='輸入您的問題,若是問 Deep Learning 101 相關,需加上 101', placeholder="在此輸入問題...")
201
+ submit_button = gr.Button("輸入好點我送出)
202
  category = gr.Radio(label="Message Category", choices=[
203
  "ip", "fileHash", "dl101", "other", "search"
204
  ])