Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks() as demo:
|
|
104 |
|
105 |
|
106 |
search_bar.submit(fn=search, inputs=search_bar, outputs=gr_followers)
|
107 |
-
|
108 |
|
109 |
threading.Thread(target=restart_space).start()
|
110 |
demo.launch()
|
|
|
104 |
|
105 |
|
106 |
search_bar.submit(fn=search, inputs=search_bar, outputs=gr_followers)
|
107 |
+
search_bar_graph.submit(fn=plot_follower_comparison, inputs=search_bar_graph, outputs=gr_plot)
|
108 |
|
109 |
threading.Thread(target=restart_space).start()
|
110 |
demo.launch()
|