KBo0o commited on
Commit
909cf61
1 Parent(s): 35048bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ 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 = 100, width = 300,
291
  show_share_button = False, show_download_button = False, show_label = False, container=False)
292
  gr.Markdown("Get Answers to questions from your TLS Protect Cloud data or Generate Reporting with this Generative AI application from Venafi.")
293
  with gr.Tab('Read Me'):
 
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 = 150,
291
  show_share_button = False, show_download_button = False, show_label = False, container=False)
292
  gr.Markdown("Get Answers to questions from your TLS Protect Cloud data or Generate Reporting with this Generative AI application from Venafi.")
293
  with gr.Tab('Read Me'):