Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -109,8 +109,7 @@ def get_correct_answer(t):
|
|
109 |
############################################################################################
|
110 |
with gr.Blocks(theme = gr.themes.Monochrome()) as iface:
|
111 |
|
112 |
-
gr.Markdown("## Генератор учебных заданий")
|
113 |
-
gr.Markdown("ДГТУ, Козленко Алексей Игоревич")
|
114 |
|
115 |
with gr.Row():
|
116 |
|
@@ -137,7 +136,5 @@ with gr.Blocks(theme = gr.themes.Monochrome()) as iface:
|
|
137 |
bn_test_d_1 = gr.Button("Провести испытание (дискриминатор)")
|
138 |
bn_test_d_1_text_output = gr.Textbox(label = "Совпадений")
|
139 |
bn_test_d_1.click(fn = d_test_1, outputs = bn_test_d_1_text_output)
|
140 |
-
|
141 |
-
gr.Markdown("## ☕")
|
142 |
|
143 |
iface.launch(ssr_mode = True, debug = False)
|
|
|
109 |
############################################################################################
|
110 |
with gr.Blocks(theme = gr.themes.Monochrome()) as iface:
|
111 |
|
112 |
+
gr.Markdown("## Генератор учебных заданий ☕")
|
|
|
113 |
|
114 |
with gr.Row():
|
115 |
|
|
|
136 |
bn_test_d_1 = gr.Button("Провести испытание (дискриминатор)")
|
137 |
bn_test_d_1_text_output = gr.Textbox(label = "Совпадений")
|
138 |
bn_test_d_1.click(fn = d_test_1, outputs = bn_test_d_1_text_output)
|
|
|
|
|
139 |
|
140 |
iface.launch(ssr_mode = True, debug = False)
|