Nymbo commited on
Commit
0c784ce
1 Parent(s): a336afa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,7 +281,7 @@ with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink"
281
  with gr.Row():
282
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
283
  with gr.Row():
284
- with gr.Accordion("Models", open=True):
285
  models_list = (
286
 
287
  # UPDATE WITH NEW MODELS, ORDER MATTERS IN END USER UI
 
281
  with gr.Row():
282
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
283
  with gr.Row():
284
+ with gr.Accordion("Model Selection", open=True):
285
  models_list = (
286
 
287
  # UPDATE WITH NEW MODELS, ORDER MATTERS IN END USER UI