Rawiwan1912 commited on
Commit
b31fb43
·
verified ·
1 Parent(s): 725bf01

Update modules/financial_analyst.py

Browse files
Files changed (1) hide show
  1. modules/financial_analyst.py +2 -2
modules/financial_analyst.py CHANGED
@@ -66,9 +66,9 @@ def fls(text):
66
  results = fls_model(split_in_sentences(text))
67
  return make_spans(text,results)
68
 
69
- demo = gr.Blocks()
70
 
71
- with demo:
 
72
  gr.Markdown("## Financial Analyst AI")
73
  gr.Markdown("This project applies AI trained by our financial analysts to analyze earning calls and other financial documents.")
74
  with gr.Row():
 
66
  results = fls_model(split_in_sentences(text))
67
  return make_spans(text,results)
68
 
 
69
 
70
+
71
+ with gr.Blocks() as demo:
72
  gr.Markdown("## Financial Analyst AI")
73
  gr.Markdown("This project applies AI trained by our financial analysts to analyze earning calls and other financial documents.")
74
  with gr.Row():