KBo0o commited on
Commit
6ba5ac9
·
1 Parent(s): 17974a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -320,6 +320,7 @@ with gr.Blocks(theme='aliabid94/new-theme') as demo:
320
  prompt_reporting = gr.Textbox(label = 'Input prompt here:', placeholder = "Try something like 'Plot a line chart of certificate issuances over time'")
321
  chart_output = gr.Plot(label = 'Output:')
322
  chart_button = gr.Button("Submit")
 
323
 
324
 
325
 
 
320
  prompt_reporting = gr.Textbox(label = 'Input prompt here:', placeholder = "Try something like 'Plot a line chart of certificate issuances over time'")
321
  chart_output = gr.Plot(label = 'Output:')
322
  chart_button = gr.Button("Submit")
323
+ with gr.Markdown("Get Answers to questions from your TLS Protect Cloud data or Generate Reporting with this Generative AI application from Venafi.")
324
 
325
 
326