Update app.py
Browse files
app.py
CHANGED
@@ -430,7 +430,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
430 |
gr.HTML('<h1 align="center">Build Your Own 🧩Plugins For ChatGPT using 🚀Gradio</h1>')
|
431 |
|
432 |
with gr.Accordion("Create Plugins for ChatGPT using Gradio in less than 5 minutes!", open=False ):
|
433 |
-
|
434 |
|
435 |
with gr.Accordion("How to use the demo and other useful stuff:", open=False):
|
436 |
with gr.Accordion("How to use the demo?", open=False):
|
|
|
430 |
gr.HTML('<h1 align="center">Build Your Own 🧩Plugins For ChatGPT using 🚀Gradio</h1>')
|
431 |
|
432 |
with gr.Accordion("Create Plugins for ChatGPT using Gradio in less than 5 minutes!", open=False ):
|
433 |
+
gr.Markdown(add_plugin_steps)
|
434 |
|
435 |
with gr.Accordion("How to use the demo and other useful stuff:", open=False):
|
436 |
with gr.Accordion("How to use the demo?", open=False):
|