yes2code commited on
Commit
623887e
·
verified ·
1 Parent(s): 59ec85a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,14 +42,14 @@ with demo:
42
  with gr.Row():
43
  b5 = gr.Button("Run Sentiment Analysis and Forward Looking Statement Analysis")
44
  with gr.Column():
45
- gr.Markdown("Hey.0")
46
  with gr.Row():
47
  fin_spans = gr.HighlightedText()
 
48
  with gr.Row():
49
  fls_spans = gr.HighlightedText()
50
- gr.Markdown("Hey1.")
51
  b5.click(fin_ext, inputs=text, outputs=fin_spans)
52
- gr.Markdown("Hey2.")
53
  b5.click(fls, inputs=text, outputs=fls_spans)
54
 
55
  demo.launch()
 
42
  with gr.Row():
43
  b5 = gr.Button("Run Sentiment Analysis and Forward Looking Statement Analysis")
44
  with gr.Column():
45
+ gr.Markdown("Sentiment Analysis")
46
  with gr.Row():
47
  fin_spans = gr.HighlightedText()
48
+ gr.Markdown("Forward Looking Statement Analysis")
49
  with gr.Row():
50
  fls_spans = gr.HighlightedText()
51
+
52
  b5.click(fin_ext, inputs=text, outputs=fin_spans)
 
53
  b5.click(fls, inputs=text, outputs=fls_spans)
54
 
55
  demo.launch()