ysharma HF Staff commited on
Commit
1e40bc7
·
1 Parent(s): 1f603f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ with gr.Blocks() as demo:
23
  with gr.Column():
24
  gr.LinePlot(get_data, x="Trending Topic / Hashtag", y="Tweet Volume", every=5, overlay_point=True, width=500, height=500)
25
  gr.ScatterPlot(get_data, y="Tweet Volume", x="Trending Topic / Hashtag", every=5, width=500, height=500)
26
- demo.queue().launch() # Run the demo with queuing enabled
 
23
  with gr.Column():
24
  gr.LinePlot(get_data, x="Trending Topic / Hashtag", y="Tweet Volume", every=5, overlay_point=True, width=500, height=500)
25
  gr.ScatterPlot(get_data, y="Tweet Volume", x="Trending Topic / Hashtag", every=5, width=500, height=500)
26
+ demo.queue().launch() # Run the demo with queuing enabled