analytics
Browse files
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 |
|