Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,14 +125,14 @@ with gr.Blocks(theme = gr.themes.Monochrome()) as iface:
|
|
125 |
with gr.Row():
|
126 |
|
127 |
with gr.Column():
|
128 |
-
|
129 |
button_gen_0 = gr.Button("Сгенерировать задание (ДО)")
|
130 |
button_gen_0_output_text = gr.Textbox(label="Результат генерации", interactive = False)
|
131 |
-
|
|
|
132 |
button_gen_1 = gr.Button("Сгенерировать задание (ПОСЛЕ)")
|
133 |
button_gen_1_output_text = gr.Textbox(label="Результат генерации", interactive = False)
|
134 |
|
135 |
-
|
136 |
button_get_correct_answer = gr.Button("Получить правильный ответ")
|
137 |
get_correct_answer_input_text = gr.Textbox(label = "Задание")
|
138 |
get_correct_answer_output_text = gr.Textbox(label = "Ответ")
|
|
|
125 |
with gr.Row():
|
126 |
|
127 |
with gr.Column():
|
|
|
128 |
button_gen_0 = gr.Button("Сгенерировать задание (ДО)")
|
129 |
button_gen_0_output_text = gr.Textbox(label="Результат генерации", interactive = False)
|
130 |
+
|
131 |
+
with gr.Column():
|
132 |
button_gen_1 = gr.Button("Сгенерировать задание (ПОСЛЕ)")
|
133 |
button_gen_1_output_text = gr.Textbox(label="Результат генерации", interactive = False)
|
134 |
|
135 |
+
with gr.Row():
|
136 |
button_get_correct_answer = gr.Button("Получить правильный ответ")
|
137 |
get_correct_answer_input_text = gr.Textbox(label = "Задание")
|
138 |
get_correct_answer_output_text = gr.Textbox(label = "Ответ")
|