Spaces:
Running
Running
Update app.py
Browse files
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=
|
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():
|