jialicheng commited on
Commit
d0e36a3
·
verified ·
1 Parent(s): 0385c44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
9
  """
10
  demo = gr.Interface(
11
  search,
12
- inputs=gr.Textbox(lines=2, placeholder="Keywords of the paper title. Supports ReGex.")
13
  outputs="text"
14
  )
15
 
 
9
  """
10
  demo = gr.Interface(
11
  search,
12
+ inputs=gr.Textbox(lines=2, placeholder="Keywords of the paper title. Supports ReGex."),
13
  outputs="text"
14
  )
15