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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -304,16 +304,16 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
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
 
 
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