Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|