Rooni commited on
Commit
cf9abb6
1 Parent(s): 8567dc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks(css=css) as demo:
70
  with gr.Row():
71
  promt = gr.Textbox(show_label=True, label="Запрос", lines=3)
72
  with gr.Row():
73
- with gr.Accordion(label="Помощник", open=True):
74
  helper_role = gr.Radio(show_label=True, label="Выберите помощника", interactive=True, choices=role_names, value=role_names[0])
75
  with gr.Tab("Настройки"):
76
  with gr.Row():
 
70
  with gr.Row():
71
  promt = gr.Textbox(show_label=True, label="Запрос", lines=3)
72
  with gr.Row():
73
+ with gr.Accordion(label="Помощник", open=False):
74
  helper_role = gr.Radio(show_label=True, label="Выберите помощника", interactive=True, choices=role_names, value=role_names[0])
75
  with gr.Tab("Настройки"):
76
  with gr.Row():