KBo0o commited on
Commit
8312cbd
·
1 Parent(s): ace8849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +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
- 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
 
 
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
+ gr.Markdown("<sup><sub>Get Answers to questions from your TLS Protect Cloud data or Generate Reporting with this Generative AI application from Venafi.</sup></sub>")
324
 
325
 
326