pedromoreira22 commited on
Commit
5ba0e61
β€’
1 Parent(s): a5c6784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -453,7 +453,7 @@ with gr.Blocks(css="custom.css") as demo:
453
  )
454
 
455
  for post in blog_posts:
456
- with gr.Accordion(post["title"]):
457
  gr.Markdown(post["content"])
458
 
459
  with gr.Row():
 
453
  )
454
 
455
  for post in blog_posts:
456
+ with gr.Accordion(post["title"], open=False):
457
  gr.Markdown(post["content"])
458
 
459
  with gr.Row():