hra commited on
Commit
8989162
1 Parent(s): fa7d92a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def getstuff(openapikey,category_selector,ticker_input,user_question):
140
  with gr.Blocks() as demo:
141
  gr.Markdown("<h1><center>ChatGPT SEC Filings Question Answers</center></h1>")
142
  gr.Markdown(
143
- """What are the products & services? What are the risks? What is the outlook? and much more. \n\nThis is a demo & showcases ChatGPT integrated with real data. It shows how to get real-time data and marry it with ChatGPT capabilities.\n\nMultiple snapshots/ Question-Answers are provided for illustration (products, risks, focus areas, etc)\n\nNote: llama-index & gpt-3.5-turbo are used. The analysis takes more than 1-3 mins & may not always be consistent. If ChatGPT API is overloaded/ no API key is provided/ API quota is over you will get an error\n ![visitors](https://visitor-badge.glitch.me/badge?page_id=hra.ChatGPT-SEC-Docs-QA)"""
144
  )
145
 
146
  with gr.Row() as row:
 
140
  with gr.Blocks() as demo:
141
  gr.Markdown("<h1><center>ChatGPT SEC Filings Question Answers</center></h1>")
142
  gr.Markdown(
143
+ """What are the products & services? What are the risks? What is the outlook? and much more. \n\nThis is a demo & showcases ChatGPT integrated with real data. It shows how to get real-time data and marry it with ChatGPT capabilities.\n\nMultiple snapshots/ Question-Answers are provided for illustration (products, risks, focus areas, etc). The latest one 10-K/ two 10-Q/ four 8-K filings are pulled\n\nNote: llama-index & gpt-3.5-turbo are used. The analysis takes more than 1-3 mins & may not always be consistent. If ChatGPT API is overloaded/ no API key is provided/ API quota is over you will get an error\n ![visitors](https://visitor-badge.glitch.me/badge?page_id=hra.ChatGPT-SEC-Docs-QA)"""
144
  )
145
 
146
  with gr.Row() as row: