Spaces:
Runtime error
Runtime error
Commit
·
1187521
1
Parent(s):
e9b4f4d
Updated
Browse files
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
|
| 41 |
with gr.Row():
|
| 42 |
with gr.Column():
|
| 43 |
with gr.Row():
|
| 44 |
-
text = gr.Textbox(value="
|
| 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():
|