Spaces:
Running
Running
Update app.py
Browse files
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
|
182 |
load_output_plot1 = gr.Plot()
|
183 |
|
184 |
with gr.Row():
|
185 |
with gr.Column():
|
186 |
-
gr.Markdown("###
|
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
|