Spaces:
Sleeping
Sleeping
Commit
·
d071708
1
Parent(s):
f4bfa8e
fixes border
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ def getData(tlspc_api_key, openai_api_key):
|
|
272 |
# User facing application
|
273 |
with gr.Blocks(theme='aliabid94/new-theme') as demo:
|
274 |
gr.Image('https://design.venafi.com/dist/svg/logos/venafi/logo-venafi-combo.svg', height = 100, width = 300,
|
275 |
-
show_share_button = False, show_download_button = False, show_label = False,
|
276 |
gr.Markdown("Get Answers to questions from your TLS Protect Cloud data or Generate Reporting with this Generative AI application from Venafi.")
|
277 |
with gr.Tab('Read Me'):
|
278 |
gr.Markdown("""
|
|
|
272 |
# User facing application
|
273 |
with gr.Blocks(theme='aliabid94/new-theme') as demo:
|
274 |
gr.Image('https://design.venafi.com/dist/svg/logos/venafi/logo-venafi-combo.svg', height = 100, width = 300,
|
275 |
+
show_share_button = False, show_download_button = False, show_label = False, container=False)
|
276 |
gr.Markdown("Get Answers to questions from your TLS Protect Cloud data or Generate Reporting with this Generative AI application from Venafi.")
|
277 |
with gr.Tab('Read Me'):
|
278 |
gr.Markdown("""
|