QuantumLearner commited on
Commit
446ec7d
·
verified ·
1 Parent(s): f201ca1

Update app.py

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