Commit
·
03643d5
1
Parent(s):
cc3f6fe
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks() as demo:
|
|
240 |
counter = gr.Markdown(f" ### 1/{NUM_QUESTIONS}")
|
241 |
prompt = gr.Markdown(PROMPT_FORMAT.format(""))
|
242 |
with gr.Blocks():
|
243 |
-
with gr.Row()
|
244 |
with gr.Column():
|
245 |
image_1 = gr.Image(interactive=False)
|
246 |
image_1_button = gr.Button("Select 1").style(full_width=True)
|
@@ -251,8 +251,8 @@ with gr.Blocks() as demo:
|
|
251 |
image_3 = gr.Image(interactive=False)
|
252 |
image_3_button = gr.Button("Select 3").style(full_width=True)
|
253 |
with gr.Column():
|
254 |
-
|
255 |
-
|
256 |
|
257 |
start_button.click(
|
258 |
fn=start,
|
|
|
240 |
counter = gr.Markdown(f" ### 1/{NUM_QUESTIONS}")
|
241 |
prompt = gr.Markdown(PROMPT_FORMAT.format(""))
|
242 |
with gr.Blocks():
|
243 |
+
with gr.Row():
|
244 |
with gr.Column():
|
245 |
image_1 = gr.Image(interactive=False)
|
246 |
image_1_button = gr.Button("Select 1").style(full_width=True)
|
|
|
251 |
image_3 = gr.Image(interactive=False)
|
252 |
image_3_button = gr.Button("Select 3").style(full_width=True)
|
253 |
with gr.Column():
|
254 |
+
image_4 = gr.Image(interactive=False)
|
255 |
+
image_4_button = gr.Button("Select 4").style(full_width=True)
|
256 |
|
257 |
start_button.click(
|
258 |
fn=start,
|