Spaces:
Build error
Build error
Update app.py
Browse files
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
|