Spaces:
Sleeping
Sleeping
Ajaykanth Maddi commited on
Commit ·
914243e
1
Parent(s): 804e3c8
Code Changes - Advanced Options
Browse files
app.py
CHANGED
|
@@ -382,7 +382,7 @@ with gr.Blocks(
|
|
| 382 |
value=5, # Default value
|
| 383 |
step=1, label="Number of Questions to Evaluate")
|
| 384 |
|
| 385 |
-
btnLabel = f"🚀 Run RAG Evaluation for {noOfQuestions} Questions"
|
| 386 |
evaluate_btn = gr.Button(btnLabel, variant="primary")
|
| 387 |
|
| 388 |
|
|
|
|
| 382 |
value=5, # Default value
|
| 383 |
step=1, label="Number of Questions to Evaluate")
|
| 384 |
|
| 385 |
+
btnLabel = f"🚀 Run RAG Evaluation for {noOfQuestions.value} Questions"
|
| 386 |
evaluate_btn = gr.Button(btnLabel, variant="primary")
|
| 387 |
|
| 388 |
|