Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ demo = gr.Interface(
|
|
294 |
gr.Textbox(
|
295 |
label="Response"
|
296 |
)
|
297 |
-
]
|
298 |
title="FinGPT-Forecaster",
|
299 |
description="""FinGPT-Forecaster takes random market news and optional basic financials related to the specified company from the past few weeks as input and responds with the company's **positive developments** and **potential concerns**. Then it gives out a **prediction** of stock price movement for the coming week and its **analysis** summary.
|
300 |
|
|
|
294 |
gr.Textbox(
|
295 |
label="Response"
|
296 |
)
|
297 |
+
],
|
298 |
title="FinGPT-Forecaster",
|
299 |
description="""FinGPT-Forecaster takes random market news and optional basic financials related to the specified company from the past few weeks as input and responds with the company's **positive developments** and **potential concerns**. Then it gives out a **prediction** of stock price movement for the coming week and its **analysis** summary.
|
300 |
|