musfiqdehan commited on
Commit
8f907c1
β€’
1 Parent(s): 6c7dba6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -7
app.py CHANGED
@@ -323,7 +323,7 @@ def main() -> None:
323
  <h1> 🌍 Bengali - Multilingual Prompt Evaluation Project</h1>
324
 
325
  Hugging Face and @argilla are developing <a href="https://github.com/huggingface/data-is-better-together/tree/main/prompt_translation">Multilingual Prompt Evaluation Project</a>
326
- project. It is an open multilingual benchmark for evaluating language models, and of course, also for [YOUR LANGUAGE].
327
 
328
  <h2>The goal is to translate 500 Prompts</h2>
329
  And as always: data is needed for that! The community selected the best 500 prompts that will form the benchmark. In English, of course.
@@ -337,10 +337,12 @@ def main() -> None:
337
  """
338
  )
339
 
340
- gr.Markdown(
341
- f"""
342
- ## πŸš€ Current Progress
343
- This is what we've achieved so far!
 
 
344
  """
345
  )
346
  with gr.Row():
@@ -368,8 +370,10 @@ def main() -> None:
368
 
369
  gr.Markdown(
370
  """
371
- ## πŸ‘Ύ Hall of Fame
372
- Here you can see the top contributors and the number of annotations they have made.
 
 
373
  """
374
  )
375
 
 
323
  <h1> 🌍 Bengali - Multilingual Prompt Evaluation Project</h1>
324
 
325
  Hugging Face and @argilla are developing <a href="https://github.com/huggingface/data-is-better-together/tree/main/prompt_translation">Multilingual Prompt Evaluation Project</a>
326
+ . It is an open multilingual benchmark for evaluating language models, and of course, also for [YOUR LANGUAGE].
327
 
328
  <h2>The goal is to translate 500 Prompts</h2>
329
  And as always: data is needed for that! The community selected the best 500 prompts that will form the benchmark. In English, of course.
 
337
  """
338
  )
339
 
340
+ gr.HTML(
341
+ """
342
+ <div>
343
+ <h2> πŸš€ Current Progress
344
+ <p>This is what we've achieved so far!</p>
345
+ </div>
346
  """
347
  )
348
  with gr.Row():
 
370
 
371
  gr.Markdown(
372
  """
373
+ <div>
374
+ <h2> πŸ‘Ύ Hall of Fame</h2>
375
+ <p>Here you can see the top contributors and the number of annotations they have made.</p>
376
+ </div>
377
  """
378
  )
379