Spaces:
Sleeping
Sleeping
Commit
·
b545cde
1
Parent(s):
4bee7a0
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(css="""
|
|
105 |
with gr.Column(scale=3):
|
106 |
avid_readers_plot = gr.Plot(value=plot_avid_readers(data_tiny))
|
107 |
|
108 |
-
|
109 |
|
110 |
gr.Markdown("""
|
111 |
## Requirement 5 & 6: "Also likes" functionality and graph
|
|
|
105 |
with gr.Column(scale=3):
|
106 |
avid_readers_plot = gr.Plot(value=plot_avid_readers(data_tiny))
|
107 |
|
108 |
+
selected_dataset_4.change(fn=req_4, inputs=selected_dataset_4, outputs=[avid_readers, avid_readers_plot])
|
109 |
|
110 |
gr.Markdown("""
|
111 |
## Requirement 5 & 6: "Also likes" functionality and graph
|