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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ with gr.Blocks() as iface:
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
  ])
 
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
  ])