Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks() as iface:
|
|
86 |
with gr.Column():
|
87 |
title_input = gr.Textbox(
|
88 |
lines=2,
|
89 |
-
placeholder=
|
90 |
label="Paper Title"
|
91 |
)
|
92 |
abstract_input = gr.Textbox(
|
|
|
86 |
with gr.Column():
|
87 |
title_input = gr.Textbox(
|
88 |
lines=2,
|
89 |
+
placeholder='''Enter Paper Title Here... (Title will be processed with 'title.replace("\n", " ").strip()')''',
|
90 |
label="Paper Title"
|
91 |
)
|
92 |
abstract_input = gr.Textbox(
|