Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -287,22 +287,23 @@ def getData(tlspc_api_key, openai_api_key):
|
|
287 |
|
288 |
# User facing application
|
289 |
with gr.Blocks(theme='aliabid94/new-theme') as demo:
|
290 |
-
#gr.Image('https://design.venafi.com/dist/svg/logos/venafi/logo-venafi-combo.svg', height = 50, width =
|
291 |
gr.Image('V Experimental.svg', height=100, width=200,
|
292 |
show_share_button = False, show_download_button = False, show_label = False, container=False)
|
293 |
gr.Markdown("**Vikram Explorer** is an entirely new way to get answers and insights to solve machine identity management problems. Release of this opensource project under Apache 2.0 license is part of Venafi Athena for Community initiatives.")
|
294 |
with gr.Tab('Get Started!'):
|
295 |
gr.Markdown("""
|
296 |
|
297 |
-
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. \
|
298 |
|
299 |
-
Signup for TLS Protect Cloud at venafi.com/signup/. \
|
300 |
-
|
301 |
-
Use of this project either when run locally in your environment or on Hugging Face may introduce risks. Running this project accesses data from your TLS Protect Cloud account. While this project does not store your TLS Protect Cloud data or send that data to OpenAI, the prompts entered are sent to OpenAI for Python code generation. \
|
302 |
-
|
303 |
-
As with every opensource project, application, or online service that uses your API keys, you are strongly recommended to rotate your API keys after use. \
|
304 |
|
305 |
-
|
|
|
|
|
|
|
|
|
|
|
306 |
|
307 |
""")
|
308 |
with gr.Tab("API Keys"):
|
|
|
287 |
|
288 |
# User facing application
|
289 |
with gr.Blocks(theme='aliabid94/new-theme') as demo:
|
290 |
+
#gr.Image('https://design.venafi.com/dist/svg/logos/venafi/logo-venafi-combo.svg', height = 50, width = 200,
|
291 |
gr.Image('V Experimental.svg', height=100, width=200,
|
292 |
show_share_button = False, show_download_button = False, show_label = False, container=False)
|
293 |
gr.Markdown("**Vikram Explorer** is an entirely new way to get answers and insights to solve machine identity management problems. Release of this opensource project under Apache 2.0 license is part of Venafi Athena for Community initiatives.")
|
294 |
with gr.Tab('Get Started!'):
|
295 |
gr.Markdown("""
|
296 |
|
297 |
+
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. \
|
298 |
|
299 |
+
Signup for TLS Protect Cloud at venafi.com/signup/. \
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
Use of this project either when run locally in your environment or on Hugging Face may introduce risks. Running this project accesses data from your TLS Protect Cloud account. While this project does not store your TLS Protect Cloud data or send that data to OpenAI, the prompts entered are sent to OpenAI for Python code generation. \
|
302 |
+
|
303 |
+
As with every opensource project, application, or online service that uses your API keys, you are strongly recommended to rotate your API keys after use. \
|
304 |
+
|
305 |
+
Venafi does not track use of this project on Hugging Face or collect or process any data of project users. \
|
306 |
+
|
307 |
|
308 |
""")
|
309 |
with gr.Tab("API Keys"):
|