Update app.py
Browse files
app.py
CHANGED
|
@@ -238,4 +238,4 @@ iface = gr.Interface(
|
|
| 238 |
description="Enter a company name or financial topic to get a summary of recent financial news."
|
| 239 |
)
|
| 240 |
|
| 241 |
-
iface.launch()
|
|
|
|
| 238 |
description="Enter a company name or financial topic to get a summary of recent financial news."
|
| 239 |
)
|
| 240 |
|
| 241 |
+
iface.launch()
|