dai commited on
Commit
25268db
1 Parent(s): a405b55

fold instructions

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -155,8 +155,8 @@ with open('README.md', 'r') as f:
155
 
156
  with gr.Blocks() as demo:
157
  state = gr.State(None)
158
-
159
- gr.Markdown(readme_text)
160
  gr.Markdown('# Interactive Demo')
161
  with gr.Row():
162
  with gr.Column():
 
155
 
156
  with gr.Blocks() as demo:
157
  state = gr.State(None)
158
+ with gr.Accordion('Readme', open=False):
159
+ gr.Markdown(readme_text)
160
  gr.Markdown('# Interactive Demo')
161
  with gr.Row():
162
  with gr.Column():