lisabdunlap commited on
Commit
b4bfeb8
·
verified ·
1 Parent(s): 438b334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -178,12 +178,12 @@ def create_vibecheck_results_ui():
178
 
179
  with gr.Row():
180
  with gr.Column():
181
- gr.Markdown("### Vibe Score Distribution")
182
  load_output_plot1 = gr.Plot()
183
 
184
  with gr.Row():
185
  with gr.Column():
186
- gr.Markdown("### Model Vibe Scores")
187
  load_output_plot2 = gr.Plot()
188
 
189
  # Bottom Row - Vibe Examples
 
178
 
179
  with gr.Row():
180
  with gr.Column():
181
+ gr.Markdown("### Vibe Score Heuristics\n\nVibes which have low scores are not used in prediction models")
182
  load_output_plot1 = gr.Plot()
183
 
184
  with gr.Row():
185
  with gr.Column():
186
+ gr.Markdown("### Vibe Prediction Coefficients")
187
  load_output_plot2 = gr.Plot()
188
 
189
  # Bottom Row - Vibe Examples