gaonkarrs commited on
Commit
df5e70a
·
1 Parent(s): 905c7e3

New changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -637,7 +637,7 @@ iface = gr.Interface(
637
  gr.Textbox(label="Execution Log", lines=10, interactive=True),
638
  ],
639
  title="RAG Evaluation Dashboard",
640
- description="Evaluate your RAG pipeline across selected queries using GPT-based generation and judgment."
641
  )
642
 
643
  # Launch app
 
637
  gr.Textbox(label="Execution Log", lines=10, interactive=True),
638
  ],
639
  title="RAG Evaluation Dashboard",
640
+ description="Evaluate your RAG pipeline across selected queries using LLM-based generation and judgment."
641
  )
642
 
643
  # Launch app