EliottZemour commited on
Commit
697b38a
1 Parent(s): 64e01a0

update app and share

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -55,7 +55,6 @@ CSS = """
55
 
56
  #ctr {
57
  text-align: center;
58
- color: #b31b1b;
59
  }
60
 
61
  #htel {
@@ -96,15 +95,14 @@ with demo:
96
  card = gr.HTML(elem_id="htel")
97
 
98
  with gr.Column():
 
99
  gr.Markdown(
100
  """
101
- ### Resources and inspirations
102
  - 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)
103
  - The [pdf2preview](https://huggingface.co/spaces/chuanenlin/pdf2preview) space is also a great way to share academic publications on slides
104
 
105
  **Author**: [eliolio](https://huggingface.co/eliolio)
106
- """
107
- , elem_id="ctr")
108
  button.click(
109
  fn=create_html_card,
110
  inputs=[text],
 
55
 
56
  #ctr {
57
  text-align: center;
 
58
  }
59
 
60
  #htel {
 
95
  card = gr.HTML(elem_id="htel")
96
 
97
  with gr.Column():
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
+ """)
 
106
  button.click(
107
  fn=create_html_card,
108
  inputs=[text],