chengkunli commited on
Commit
eecdd32
β€’
1 Parent(s): 65e5a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as app:
149
  gr.HTML(
150
  """
151
  <div style="display: flex; align-items: center; margin-bottom: 20px;">
152
- <a href="https://arxiv.org/abs/2402.05804" target="_blank" style="font-size: 16px; background-color: #4CAF50; color: white; padding: 5px 7px; text-decoration: none; border-radius: 2px;">
153
  πŸ“„ Read the Paper
154
  </a>
155
  </div>
 
149
  gr.HTML(
150
  """
151
  <div style="display: flex; align-items: center; margin-bottom: 20px;">
152
+ <a href="https://arxiv.org/pdf/2402.05804.pdf" target="_blank" style="font-size: 16px; background-color: #4CAF50; color: white; padding: 5px 7px; text-decoration: none; border-radius: 2px;">
153
  πŸ“„ Read the Paper
154
  </a>
155
  </div>