xsa-dev commited on
Commit
8d2a029
1 Parent(s): f8615ed

description hided in accordion

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def get_demo(client: Client):
192
  ) as demo:
193
  gr.HTML(TITLE)
194
 
195
- with gr.Row():
196
  with gr.Column():
197
  gr.Markdown(
198
  """**Chat with [Falcon-7B-Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct)!**
 
192
  ) as demo:
193
  gr.HTML(TITLE)
194
 
195
+ with gr.Accordion("Chat with Falcon-7B-Instruct", open=False):
196
  with gr.Column():
197
  gr.Markdown(
198
  """**Chat with [Falcon-7B-Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct)!**