pikto commited on
Commit
3ad056e
·
1 Parent(s): 309c959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # 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):
 
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):