Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(css=css) as demo:
|
|
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 |
|
111 |
submit_button.click(
|
112 |
fn=ask_openai_with_image,
|
|
|
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", elem_id="svelte-vt1mxs gap")
|
110 |
|
111 |
submit_button.click(
|
112 |
fn=ask_openai_with_image,
|