Spaces:
Running
Running
Commit
·
a735135
1
Parent(s):
53b74c4
Update app.py
Browse files
app.py
CHANGED
@@ -335,7 +335,7 @@ with gr.Blocks() as demo:
|
|
335 |
output_dist = gr.Plot(show_label=False, visible=False)
|
336 |
next_button_peaks = gr.Button("Show peaks", visible=False)
|
337 |
|
338 |
-
output_peaks = gr.HTML(
|
339 |
next_button_topics = gr.Button("Show topics", visible=False)
|
340 |
|
341 |
output_topics = gr.Textbox(show_label=False, visible=False)
|
|
|
335 |
output_dist = gr.Plot(show_label=False, visible=False)
|
336 |
next_button_peaks = gr.Button("Show peaks", visible=False)
|
337 |
|
338 |
+
output_peaks = gr.HTML(visible=False)
|
339 |
next_button_topics = gr.Button("Show topics", visible=False)
|
340 |
|
341 |
output_topics = gr.Textbox(show_label=False, visible=False)
|