Update app.py
Browse files
app.py
CHANGED
@@ -713,7 +713,7 @@ html_footer = """
|
|
713 |
with gr.Blocks(css=custom_css) as app:
|
714 |
gr.HTML(html_header)
|
715 |
|
716 |
-
with gr.Accordion("How
|
717 |
gr.Markdown("""
|
718 |
### Getting Started:
|
719 |
1. Enter your OpenAI API key in the field below and click "Set API Key"
|
|
|
713 |
with gr.Blocks(css=custom_css) as app:
|
714 |
gr.HTML(html_header)
|
715 |
|
716 |
+
with gr.Accordion("How It Works", open=False, elem_id="how-to-use"):
|
717 |
gr.Markdown("""
|
718 |
### Getting Started:
|
719 |
1. Enter your OpenAI API key in the field below and click "Set API Key"
|