Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,8 +90,8 @@ async def on_chat_start():
|
|
| 90 |
content=(
|
| 91 |
"This tool is designed to analyze earnings call transcripts for publicly traded companies. "
|
| 92 |
"Provide the company's ticker symbol, and the tool will fetch the latest earnings call transcript. "
|
| 93 |
-
"It generates summaries and strategic due diligence.\n\n"
|
| 94 |
-
"Please enter the ticker symbol for the company you want to analyze:"
|
| 95 |
)
|
| 96 |
).send()
|
| 97 |
|
|
|
|
| 90 |
content=(
|
| 91 |
"This tool is designed to analyze earnings call transcripts for publicly traded companies. "
|
| 92 |
"Provide the company's ticker symbol, and the tool will fetch the latest earnings call transcript. "
|
| 93 |
+
"It generates summaries and strategic due diligence. Ask your own questions afterwards. \n\n"
|
| 94 |
+
"Please enter the ticker symbol for the company you want to analyze (e.g. MSFT):"
|
| 95 |
)
|
| 96 |
).send()
|
| 97 |
|