Spaces:
Running
Running
burtenshaw
commited on
Commit
·
fa30915
1
Parent(s):
11884e3
start with image visible
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ with gr.Blocks() as demo:
|
|
302 |
with gr.Column():
|
303 |
question_text = gr.Markdown("")
|
304 |
question_image = gr.Image(
|
305 |
-
label="Question Image", visible=
|
306 |
) # Add image component
|
307 |
with gr.Column():
|
308 |
code_input = gr.Code(language="python", label="Your Solution", visible=False)
|
|
|
302 |
with gr.Column():
|
303 |
question_text = gr.Markdown("")
|
304 |
question_image = gr.Image(
|
305 |
+
label="Question Image", visible=True, type="pil"
|
306 |
) # Add image component
|
307 |
with gr.Column():
|
308 |
code_input = gr.Code(language="python", label="Your Solution", visible=False)
|