Ritvik
commited on
Commit
·
e6a85c2
1
Parent(s):
d45faff
Updated app
Browse files
app.py
CHANGED
@@ -189,4 +189,5 @@ with gr.Blocks(title="📈 Stock News Sentiment Analyzer") as iface:
|
|
189 |
outputs=[status, table, hourly_plot, daily_plot])
|
190 |
clear_btn.click(fn=lambda: ("", None, None, None), inputs=None, outputs=[status, table, hourly_plot, daily_plot])
|
191 |
|
192 |
-
iface.launch(
|
|
|
|
189 |
outputs=[status, table, hourly_plot, daily_plot])
|
190 |
clear_btn.click(fn=lambda: ("", None, None, None), inputs=None, outputs=[status, table, hourly_plot, daily_plot])
|
191 |
|
192 |
+
iface.launch()
|
193 |
+
|