Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 """
|
209 |
)
|
210 |
|
211 |
with gr.Row() as row:
|