KBo0o commited on
Commit
cc0f55f
·
1 Parent(s): dc30269

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ def getData(tlspc_api_key, openai_api_key):
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 = 150,
291
- gr.Image('V Experimental.svg',
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!'):
 
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 = 150,
291
+ gr.Image('V Experimental.svg', height=100,
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!'):