Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ async def on_chat_start():
|
|
| 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()
|
| 88 |
|
|
|
|
| 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 (e.g. MSFT):"
|
| 86 |
)
|
| 87 |
).send()
|
| 88 |
|