com3dian commited on
Commit
9877514
·
verified ·
1 Parent(s): 45b30e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -303,17 +303,17 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
303
  file_name="slides.pdf",
304
  mime="application/pdf"
305
  )
306
- st.markdown("""Great! Thank you for using this huggingface space.
307
- 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
308
- To contact the author you can send an email to [email protected];\n
309
- To cite the paper you can use Bibtex\n
310
- ```
311
- @mastersthesis{lu2024unsupervised,
312
- title={Unsupervised Paper2Slides Generation},
313
- author={Lu, Zehao},
314
- year={2024}
315
- }\n
316
- ```\n
317
- To see how was the grobid's output is parsed, check [Grobidmonkey](https://github.com/com3dian/Grobidmonkey).
318
- """)
319
 
 
303
  file_name="slides.pdf",
304
  mime="application/pdf"
305
  )
306
+ st.markdown("""Great! Thank you for using this huggingface space.\n
307
+ 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
308
+ To contact the author you can send an email to [email protected];\n
309
+ To cite the paper you can use Bibtex\n
310
+ ```
311
+ @mastersthesis{lu2024unsupervised,
312
+ title={Unsupervised Paper2Slides Generation},
313
+ author={Lu, Zehao},
314
+ year={2024}
315
+ }\n
316
+ ```\n
317
+ To see how was the grobid's output is parsed, check [Grobidmonkey](https://github.com/com3dian/Grobidmonkey).
318
+ """)
319