Spaces:
Build error
Build error
dai
commited on
Commit
·
25268db
1
Parent(s):
a405b55
fold instructions
Browse files
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 |
-
|
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():
|