Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -295,7 +295,9 @@ with gr.Blocks(theme='aliabid94/new-theme') as demo:
|
|
295 |
with gr.Tab('Get Started!'):
|
296 |
gr.Markdown("""
|
297 |
|
298 |
-
This is an experimental opensource project. It combines TLS Protect Cloud’s modern APIs and data with the intelligence of OpenAI ChatGPT.
|
|
|
|
|
299 |
|
300 |
Signup for TLS Protect Cloud at [venafi.com/signup](https://venafi.com/signup).
|
301 |
|
|
|
295 |
with gr.Tab('Get Started!'):
|
296 |
gr.Markdown("""
|
297 |
|
298 |
+
This is an experimental opensource project. It combines TLS Protect Cloud’s modern APIs and data with the intelligence of OpenAI ChatGPT to answer questions and give new insights. The project uses in-memory data analysis and on-the-fly AI code generation to answer questions, and keep data outside of OpenAI. At just over 300 lines of code, it's simplicity shows the future potential for AI.
|
299 |
+
|
300 |
+
To get started, navigate to the API Keys tab. This will connect to your TLS Protect Cloud and OpenAI accounts.
|
301 |
|
302 |
Signup for TLS Protect Cloud at [venafi.com/signup](https://venafi.com/signup).
|
303 |
|