Dryanvfi commited on
Commit
9b0a748
·
1 Parent(s): 25d153a

Update app.py

Browse files

testing new themes

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ def getData(tlspc_api_key, openai_api_key):
270
  return 'Error in loading data. Please try again.'
271
 
272
  # User facing application
273
- with gr.Blocks() 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.")
 
270
  return 'Error in loading data. Please try again.'
271
 
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.")