EliottZemour commited on
Commit
86c2bc6
1 Parent(s): 697b38a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,8 +98,8 @@ with demo:
98
  gr.Markdown("### Resources and inspirations", elem_id="ctr")
99
  gr.Markdown(
100
  """
101
- - The code for retrieving the information through the arXiv API is mainly taken from [github.com/kunalghosh/Conference-Grok](https://github.com/kunalghosh/Conference-Grok)
102
- - The [pdf2preview](https://huggingface.co/spaces/chuanenlin/pdf2preview) space is also a great way to share academic publications on slides
103
 
104
  **Author**: [eliolio](https://huggingface.co/eliolio)
105
  """)
 
98
  gr.Markdown("### Resources and inspirations", elem_id="ctr")
99
  gr.Markdown(
100
  """
101
+ - The code for retrieving the information using arXiv API is mainly taken from [github.com/kunalghosh/Conference-Grok](https://github.com/kunalghosh/Conference-Grok).
102
+ - The [pdf2preview](https://huggingface.co/spaces/chuanenlin/pdf2preview) space is also a great way to share academic publications on slides.
103
 
104
  **Author**: [eliolio](https://huggingface.co/eliolio)
105
  """)