com3dian commited on
Commit
8918ba5
·
verified ·
1 Parent(s): e3748f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -303,16 +303,16 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
303
  mime="application/pdf"
304
  )
305
  st.markdown("""Great! Thank you for using this huggingface space.
306
- If you want to know more about this application, you can take a look at the [paper](https://studenttheses.uu.nl/handle/20.500.12932/45939).
307
- To contact the author you can send an email to [email protected];
308
- To cite the paper you can use Bibtex
309
- \n```
310
  @mastersthesis{lu2024unsupervised,
311
  title={Unsupervised Paper2Slides Generation},
312
  author={Lu, Zehao},
313
  year={2024}
314
- }
315
- ```
316
  To see how was the grobid's output is parsed, check [Grobidmonkey](https://github.com/com3dian/Grobidmonkey).
317
  """)
318
 
 
303
  mime="application/pdf"
304
  )
305
  st.markdown("""Great! Thank you for using this huggingface space.
306
+ If you want to know more about this application, you can take a look at the [paper](https://studenttheses.uu.nl/handle/20.500.12932/45939).\n
307
+ To contact the author you can send an email to [email protected];\n
308
+ To cite the paper you can use Bibtex\n
309
+ ```
310
  @mastersthesis{lu2024unsupervised,
311
  title={Unsupervised Paper2Slides Generation},
312
  author={Lu, Zehao},
313
  year={2024}
314
+ }\n
315
+ ```\n
316
  To see how was the grobid's output is parsed, check [Grobidmonkey](https://github.com/com3dian/Grobidmonkey).
317
  """)
318