Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ async def on_chat_start():
|
|
| 81 |
content=(
|
| 82 |
"This tool is designed to analyze 10-K annual reports for publicly traded companies. "
|
| 83 |
"Provide the company's ticker symbol, and the tool will fetch the latest available 10-K report. "
|
| 84 |
-
"It generates summaries and strategic due diligence.\n\n"
|
| 85 |
"Please enter the ticker symbol for the company you want to analyze:"
|
| 86 |
)
|
| 87 |
).send()
|
|
|
|
| 81 |
content=(
|
| 82 |
"This tool is designed to analyze 10-K annual reports for publicly traded companies. "
|
| 83 |
"Provide the company's ticker symbol, and the tool will fetch the latest available 10-K report. "
|
| 84 |
+
"It generates summaries and strategic due diligence. Ask your own questions afterwards. \n\n"
|
| 85 |
"Please enter the ticker symbol for the company you want to analyze:"
|
| 86 |
)
|
| 87 |
).send()
|