QuantumLearner commited on
Commit
44a1edc
·
verified ·
1 Parent(s): b62c02a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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