No1r97 commited on
Commit
1f5eaf9
1 Parent(s): fd5b78e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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