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