Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -594,8 +594,6 @@ with gr.Blocks(css="""
|
|
594 |
data_percentage_slider.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown, theme_output], outputs=[raw_img_bp, embeddings_img_bp])
|
595 |
task_complexity_dropdown.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown, theme_output], outputs=[raw_img_bp, embeddings_img_bp])
|
596 |
|
597 |
-
theme_output.render()
|
598 |
-
|
599 |
# Add a conclusion section at the bottom
|
600 |
gr.Markdown("""
|
601 |
<div class="explanation-box">
|
|
|
594 |
data_percentage_slider.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown, theme_output], outputs=[raw_img_bp, embeddings_img_bp])
|
595 |
task_complexity_dropdown.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown, theme_output], outputs=[raw_img_bp, embeddings_img_bp])
|
596 |
|
|
|
|
|
597 |
# Add a conclusion section at the bottom
|
598 |
gr.Markdown("""
|
599 |
<div class="explanation-box">
|