Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,13 +87,13 @@ def format_financial_data(company_info, analysts_target, income_statement, balan
|
|
| 87 |
|
| 88 |
summary_prompt = (
|
| 89 |
"You are a world-class financial analyst with extensive experience analyzing financial data. "
|
| 90 |
-
"Give me a comprehensive summary of the financial data.
|
| 91 |
-
"Answer in extensive bullet points please."
|
| 92 |
)
|
| 93 |
|
| 94 |
question_prompt = (
|
| 95 |
"You are a financial analyst with extensive experience analyzing financial data. "
|
| 96 |
-
"Read the financial summary and generate 10 questions focusing
|
| 97 |
"Ask questions that require precise answers and provide strategic insight into the company's financial and strategic performance, such as revenue growth, market trends, profit margins, and more. "
|
| 98 |
"Only ask questions that can be answered using the provided document, without making any assumptions or inferences beyond the text. "
|
| 99 |
"Please format the questions as a list with a simple '1. Question 1', '2. Question 2', etc. structure. "
|
|
|
|
| 87 |
|
| 88 |
summary_prompt = (
|
| 89 |
"You are a world-class financial analyst with extensive experience analyzing financial data. "
|
| 90 |
+
"Give me a comprehensive summary of the financial data. Provide key insights on the company's financial performance, including trends, strengths, weaknesses, and any potential concerns."
|
| 91 |
+
#"Answer in extensive bullet points please."
|
| 92 |
)
|
| 93 |
|
| 94 |
question_prompt = (
|
| 95 |
"You are a financial analyst with extensive experience analyzing financial data. "
|
| 96 |
+
"Read the financial summary and generate 10 questions focusing financial performance, including trends, strengths, weaknesses, and any potential concerns."
|
| 97 |
"Ask questions that require precise answers and provide strategic insight into the company's financial and strategic performance, such as revenue growth, market trends, profit margins, and more. "
|
| 98 |
"Only ask questions that can be answered using the provided document, without making any assumptions or inferences beyond the text. "
|
| 99 |
"Please format the questions as a list with a simple '1. Question 1', '2. Question 2', etc. structure. "
|