kshitijthakkar commited on
Commit
e7b14e6
Β·
1 Parent(s): 465f14a

Update leaderboard accordion to mention clickable rows

Browse files

Enhanced the user guide accordion in the Leaderboard tab to clarify:
- Rows are clickable and navigate to detailed run view
- Added Navigation section explaining the drill-down functionality
- Updated tips to encourage users to click rows for exploration

This makes the interactive navigation feature more discoverable for users.

Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1457,16 +1457,22 @@ with gr.Blocks(title="TraceMind-AI", theme=theme) as app:
1457
  - 🎨 **Visual Design**: Gradient cards with model logos and performance metrics
1458
  - πŸ” **Filters**: Use agent type, provider, and sorting controls above
1459
  - πŸ“Š **Sort Options**: Click "Sort By" to order by success rate, cost, duration, or tokens
 
1460
 
1461
  **Performance Indicators:**
1462
  - 🟒 Green metrics = Excellent performance
1463
  - 🟑 Yellow metrics = Average performance
1464
  - πŸ”΄ Red metrics = Needs improvement
1465
 
 
 
 
 
 
1466
  **Tips:**
1467
  - Use sidebar filters to narrow down by model
1468
  - Apply inline filters for more granular control
1469
- - Switch to "DrillDown" tab for a raw table view
1470
  """)
1471
 
1472
  # Inline filters for styled leaderboard
 
1457
  - 🎨 **Visual Design**: Gradient cards with model logos and performance metrics
1458
  - πŸ” **Filters**: Use agent type, provider, and sorting controls above
1459
  - πŸ“Š **Sort Options**: Click "Sort By" to order by success rate, cost, duration, or tokens
1460
+ - πŸ‘† **Clickable Rows**: Click on any row to navigate to the detailed run view
1461
 
1462
  **Performance Indicators:**
1463
  - 🟒 Green metrics = Excellent performance
1464
  - 🟑 Yellow metrics = Average performance
1465
  - πŸ”΄ Red metrics = Needs improvement
1466
 
1467
+ **Navigation:**
1468
+ - πŸ–±οΈ Click any leaderboard row to view detailed run results
1469
+ - See test-by-test breakdown, cost analysis, and execution traces
1470
+ - Use the sidebar filters to narrow down by model before drilling down
1471
+
1472
  **Tips:**
1473
  - Use sidebar filters to narrow down by model
1474
  - Apply inline filters for more granular control
1475
+ - Click any row to explore detailed results and traces
1476
  """)
1477
 
1478
  # Inline filters for styled leaderboard