Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
|