CCockrum commited on
Commit
e92a914
·
verified ·
1 Parent(s): 0b0f812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -127,7 +127,8 @@ def stock_research(symbol, eps=5.0, growth=0.1, book=500000000):
127
  )
128
 
129
  # Summarize via Mistral
130
- summary_prompt = f\"Summarize this financial report clearly and briefly:\n\n{report}\"
 
131
  ai_summary = query_mistral(summary_prompt)
132
 
133
  # Add recommendation inside financial health
 
127
  )
128
 
129
  # Summarize via Mistral
130
+ summary_prompt = f"Summarize this financial report clearly and briefly:\n\n{report}"
131
+
132
  ai_summary = query_mistral(summary_prompt)
133
 
134
  # Add recommendation inside financial health