Spaces:
Runtime error
Runtime error
federicopascual
commited on
Commit
•
99a7f16
1
Parent(s):
3c29536
Renaming button
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with demo:
|
|
40 |
with gr.Row():
|
41 |
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.")
|
42 |
with gr.Column():
|
43 |
-
b5 = gr.Button("Run Analysis and Forward Looking Statement Analysis")
|
44 |
with gr.Row():
|
45 |
fin_spans = gr.HighlightedText()
|
46 |
b5.click(fin_ext, inputs=text, outputs=fin_spans)
|
|
|
40 |
with gr.Row():
|
41 |
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.")
|
42 |
with gr.Column():
|
43 |
+
b5 = gr.Button("Run Sentiment Analysis and Forward Looking Statement Analysis")
|
44 |
with gr.Row():
|
45 |
fin_spans = gr.HighlightedText()
|
46 |
b5.click(fin_ext, inputs=text, outputs=fin_spans)
|