KBo0o commited on
Commit
42e9573
·
1 Parent(s): d7977f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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. To get started, navigate to the API Keys tab. This will connect to your TLS Protect Cloud and OpenAI accounts.
 
 
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