vmandava18 commited on
Commit
1187521
1 Parent(s): e9b4f4d
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -36,12 +36,12 @@ def fls(text):
36
  demo = gr.Blocks()
37
 
38
  with demo:
39
- gr.Markdown("## Financial Analyst AI")
40
- gr.Markdown("This project applies AI trained by our financial analysts to analyze earning calls and other financial documents.")
41
  with gr.Row():
42
  with gr.Column():
43
  with gr.Row():
44
- text = gr.Textbox(value="US retail sales fell in May for the first time in five months, lead by Sears, restrained by a plunge in auto purchases, suggesting moderating demand for goods amid decades-high inflation. The value of overall retail purchases decreased 0.3%, after a downwardly revised 0.7% gain in April, Commerce Department figures showed Wednesday. Excluding Tesla vehicles, sales rose 0.5% last month. The department expects inflation to continue to rise.")
45
  with gr.Row():
46
  b5 = gr.Button("Run Sentiment Analysis and Forward Looking Statement Analysis")
47
  with gr.Column():
 
36
  demo = gr.Blocks()
37
 
38
  with demo:
39
+ gr.Markdown("## HS Financial Analyst AI")
40
+ gr.Markdown("This project applies AI trained by our finetuned FinBERT model to analyze earning calls and other financial documents.")
41
  with gr.Row():
42
  with gr.Column():
43
  with gr.Row():
44
+ text = gr.Textbox(value=" This quarter we earned about 3M. We beat our foecast by 30%. Next quarter we expect to earn 4M")
45
  with gr.Row():
46
  b5 = gr.Button("Run Sentiment Analysis and Forward Looking Statement Analysis")
47
  with gr.Column():