ffreemt commited on
Commit
90ad64e
β€’
1 Parent(s): 42d22c3

Update Info open=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks(
276
  css=css,
277
  ) as block:
278
  # buff_var = gr.State("")
279
- with gr.Accordion("🎈 Info", open=False):
280
  gr.Markdown(
281
  f"""<h5><center>{Path(model_loc).name}</center></h4>
282
  Doesn't quite work yet -- no output or run forever. Maybe the system prompt is not in order. """,
 
276
  css=css,
277
  ) as block:
278
  # buff_var = gr.State("")
279
+ with gr.Accordion("🎈 Info", open=True):
280
  gr.Markdown(
281
  f"""<h5><center>{Path(model_loc).name}</center></h4>
282
  Doesn't quite work yet -- no output or run forever. Maybe the system prompt is not in order. """,