Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,6 +108,8 @@ def get_correct_answer(t):
|
|
108 |
|
109 |
############################################################################################
|
110 |
with gr.Blocks(theme = gr.themes.Monochrome()) as iface:
|
|
|
|
|
111 |
|
112 |
with gr.Row():
|
113 |
|
@@ -122,6 +124,8 @@ with gr.Blocks(theme = gr.themes.Monochrome()) as iface:
|
|
122 |
|
123 |
button_gen_1.click(fn = generate_text_1, outputs = [button_gen_1_output_text, get_correct_answer_input_text])
|
124 |
button_get_correct_answer.click(fn = get_correct_answer, inputs = get_correct_answer_input_text, outputs = get_correct_answer_output_text)
|
|
|
|
|
125 |
|
126 |
with gr.Row():
|
127 |
|
|
|
108 |
|
109 |
############################################################################################
|
110 |
with gr.Blocks(theme = gr.themes.Monochrome()) as iface:
|
111 |
+
|
112 |
+
gr.Markdown("## Генератор учебных заданий")
|
113 |
|
114 |
with gr.Row():
|
115 |
|
|
|
124 |
|
125 |
button_gen_1.click(fn = generate_text_1, outputs = [button_gen_1_output_text, get_correct_answer_input_text])
|
126 |
button_get_correct_answer.click(fn = get_correct_answer, inputs = get_correct_answer_input_text, outputs = get_correct_answer_output_text)
|
127 |
+
|
128 |
+
gr.Markdown("---")
|
129 |
|
130 |
with gr.Row():
|
131 |
|