maxidl commited on
Commit
1f3b889
·
1 Parent(s): d617f2c
Files changed (1) hide show
  1. app.py +3 -14
app.py CHANGED
@@ -210,22 +210,11 @@ def generate(paper_text, review_template):
210
  #DDDDDD silver below red
211
  #FFFDFA white
212
 
213
- title = """<div style="text-align: center; max-width: 700px; margin: 0 auto;">
214
- <div
215
- style="
216
- display: inline-flex; align-items: center; gap: 0.8rem; font-size: 1.75rem;
217
- "
218
- >
219
- <h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
220
- OpenReviewer
221
- </h1>
222
- </div>
223
- </div>
224
  """
225
 
226
- description = """"[<img src="https://img.shields.io/badge/🤗-Model-ffbd45.svg"](https://huggingface.co/maxidl/Llama-OpenReviewer-8B) - Built with Llama
227
-
228
- This is an online demo featuring `Llama-OpenReviewer-8B`, a large language model that generates high-quality reviews for machine learning and AI papers.
229
 
230
  ## Demo Guidelines
231
 
 
210
  #DDDDDD silver below red
211
  #FFFDFA white
212
 
213
+ title = """<h1 align="center">OpenReviewer</h1>
214
+ <div align="center">Using <a href="https://huggingface.co/maxidl/Llama-OpenReviewer-8B" target="_blank"><code>Llama-OpenReviewer-8B</code></a> - Built with Llama</div>
 
 
 
 
 
 
 
 
 
215
  """
216
 
217
+ description = """"This is an online demo featuring `Llama-OpenReviewer-8B`, a large language model that generates high-quality reviews for machine learning and AI papers.
 
 
218
 
219
  ## Demo Guidelines
220