Peter commited on
Commit
1a7303a
1 Parent(s): 0f6a079
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -214,7 +214,7 @@ if __name__ == "__main__":
214
  )
215
  load_file_button = gr.Button("Load Uploaded File")
216
 
217
- gr.Markdown('---')
218
 
219
  with gr.Column():
220
  gr.Markdown("## Generate Summary")
@@ -235,7 +235,7 @@ if __name__ == "__main__":
235
  label="Summary Scores", placeholder="Summary scores will appear here"
236
  )
237
 
238
- gr.Markdown('---')
239
 
240
  with gr.Column():
241
  gr.Markdown("## About the Model")
@@ -248,7 +248,7 @@ if __name__ == "__main__":
248
  gr.Markdown(
249
  "- The model can be used with tag [pszemraj/led-large-book-summary](https://huggingface.co/pszemraj/led-large-book-summary). See the model card for details on usage & a notebook for a tutorial."
250
  )
251
- gr.Markdown('---')
252
 
253
  load_examples_button.click(
254
  fn=load_single_example_text, inputs=[example_name], outputs=[input_text]
 
214
  )
215
  load_file_button = gr.Button("Load Uploaded File")
216
 
217
+ gr.Markdown("---")
218
 
219
  with gr.Column():
220
  gr.Markdown("## Generate Summary")
 
235
  label="Summary Scores", placeholder="Summary scores will appear here"
236
  )
237
 
238
+ gr.Markdown("---")
239
 
240
  with gr.Column():
241
  gr.Markdown("## About the Model")
 
248
  gr.Markdown(
249
  "- The model can be used with tag [pszemraj/led-large-book-summary](https://huggingface.co/pszemraj/led-large-book-summary). See the model card for details on usage & a notebook for a tutorial."
250
  )
251
+ gr.Markdown("---")
252
 
253
  load_examples_button.click(
254
  fn=load_single_example_text, inputs=[example_name], outputs=[input_text]