Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(css=css) as demo:
|
|
104 |
with gr.Column():
|
105 |
instructions = gr.Textbox(label="Дополнительный ввод", lines=3)
|
106 |
image_input = gr.Image(label="Фото задания", type="pil")
|
107 |
-
submit_button = gr.Button("Решить")
|
108 |
with gr.Column():
|
109 |
output_markdown = gr.Markdown(label="AI Response")
|
110 |
|
|
|
104 |
with gr.Column():
|
105 |
instructions = gr.Textbox(label="Дополнительный ввод", lines=3)
|
106 |
image_input = gr.Image(label="Фото задания", type="pil")
|
107 |
+
submit_button = gr.Button("Решить", variant='primary')
|
108 |
with gr.Column():
|
109 |
output_markdown = gr.Markdown(label="AI Response")
|
110 |
|