Weyaxi commited on
Commit
38f25e4
·
verified ·
1 Parent(s): 859dd9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # search_bar_graph.submit(fn=search_comparaiosn, inputs=search_bar, outputs=gr_followers)
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()