ssocean commited on
Commit
eb23a71
·
verified ·
1 Parent(s): 51eb0c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Enter Paper Title Here... (Title will be processed with 'title.replace("\n", " ").strip()')",
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(