Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,4 @@ with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("IBM Plex Mono
|
|
60 |
gr.Label("Sentiment History of News on this Demo")
|
61 |
gr.Image("most_positive_timeline.png", elem_id="demo-history")
|
62 |
|
63 |
-
demo.launch(
|
|
|
60 |
gr.Label("Sentiment History of News on this Demo")
|
61 |
gr.Image("most_positive_timeline.png", elem_id="demo-history")
|
62 |
|
63 |
+
demo.launch()
|