lisabdunlap commited on
Commit
96e1679
·
verified ·
1 Parent(s): 4cd008e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -151,20 +151,13 @@ def create_vibecheck_results_ui():
151
  <p>Visualize the Vibes of model pairs using <a href="https://arxiv.org/abs/2410.12851" target="_blank" style="text-decoration: underline; color: inherit;">VibeCheck system</a> (more to come)</p>
152
  </div>
153
  """)
154
-
155
- gr.HTML("""
156
- <div class="tab-content">
157
- <h3>Load Previous Analysis Results</h3>
158
- <p>Select a previously saved analysis to view its results.</p>
159
- </div>
160
- """)
161
 
162
  with gr.Row():
163
  # Left Column - Selection
164
  with gr.Column(scale=1):
165
  # Dropdown to select saved results
166
  saved_results_dropdown = gr.Dropdown(
167
- label="Select a saved analysis",
168
  choices=list_saved_results(),
169
  interactive=True,
170
  allow_custom_value=False,
 
151
  <p>Visualize the Vibes of model pairs using <a href="https://arxiv.org/abs/2410.12851" target="_blank" style="text-decoration: underline; color: inherit;">VibeCheck system</a> (more to come)</p>
152
  </div>
153
  """)
 
 
 
 
 
 
 
154
 
155
  with gr.Row():
156
  # Left Column - Selection
157
  with gr.Column(scale=1):
158
  # Dropdown to select saved results
159
  saved_results_dropdown = gr.Dropdown(
160
+ label="Select a dataset/model pair",
161
  choices=list_saved_results(),
162
  interactive=True,
163
  allow_custom_value=False,