hra commited on
Commit
1441ec5
·
1 Parent(s): dafc9ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ def getstuff(openapikey):
205
  with gr.Blocks() as demo:
206
  gr.Markdown("<h1><center>ChatGPT Technology Radar</center></h1>")
207
  gr.Markdown(
208
- """What are the top technologies as of now? Let us query top consulting company websites & use ChatGPT to understand. \n\nShowcases ChatGPT integrated with real data. It shows how to get real-time data and marry it with ChatGPT capabilities. This demonstrates 'Chain of Thought' thinking using ChatGPT.\nLangChain & GPT-Index are both used."""
209
  )
210
 
211
  with gr.Row() as row:
 
205
  with gr.Blocks() as demo:
206
  gr.Markdown("<h1><center>ChatGPT Technology Radar</center></h1>")
207
  gr.Markdown(
208
+ """What are the top technologies as of now? Let us query top consulting company websites & use ChatGPT to understand. \n\nShowcases ChatGPT integrated with real data. It shows how to get real-time data and marry it with ChatGPT capabilities. This demonstrates 'Chain of Thought' thinking using ChatGPT.\nLangChain & GPT-Index are both used.\n ![visitors](https://visitor-badge.glitch.me/badge?page_id=hra.ChatGPT-Tech-Radar)"""
209
  )
210
 
211
  with gr.Row() as row: