oliver-aizip commited on
Commit
f8f724c
·
1 Parent(s): 35c466b

fixed some more typos

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(theme=gr.themes.Default(
230
 
231
  with gr.Tabs() as tabs:
232
  with gr.TabItem("Arena", id="arena-tab"):
233
- gr.Markdown("# Small Lanuage Model RAG Summarization/Generation Arena")
234
  gr.Markdown("""
235
  🏟️ This arena evaluates SLMs on document QA tasks with retrieved context. They should provide **grounded, comprehensive** answers or **properly decline** when information is insufficient.
236
 
 
230
 
231
  with gr.Tabs() as tabs:
232
  with gr.TabItem("Arena", id="arena-tab"):
233
+ gr.Markdown("# Small Language Model RAG Summarization/Generation Arena")
234
  gr.Markdown("""
235
  🏟️ This arena evaluates SLMs on document QA tasks with retrieved context. They should provide **grounded, comprehensive** answers or **properly decline** when information is insufficient.
236