kevinhug commited on
Commit
267d883
·
1 Parent(s): 246fbe8
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -239,8 +239,7 @@ Use Case:
239
  plot = gr.Plot()
240
  #plot = gr.Plot(label="Identify Trend/Decline Industry")
241
  btn_ts = gr.Button("Find Trending Industry")
242
- btn_ts.click(fn=trend, inputs=in_ts, outputs=plot,
243
- cache_examples=True)
244
 
245
  gr.Markdown("""
246
 
 
239
  plot = gr.Plot()
240
  #plot = gr.Plot(label="Identify Trend/Decline Industry")
241
  btn_ts = gr.Button("Find Trending Industry")
242
+ btn_ts.click(fn=trend, inputs=in_ts, outputs=plot)
 
243
 
244
  gr.Markdown("""
245