Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -300,7 +300,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
300 |
with gr.Row(visible=False) as meditation_buttons:
|
301 |
relax_yes = gr.Button("ε₯½", variant="primary")
|
302 |
relax_no = gr.Button("ζζ³εε€εδΊ«δΈι»")
|
303 |
-
with gr.Column(
|
304 |
image_selector = gr.Radio(choices=["εε 1", "εε 2", "εε 3", "εε 4"], label="ιΈζδΈεΌ΅εε")
|
305 |
image_outputs = [gr.Image(label=f"εε {i+1}", interactive=False, show_share_button=False, elem_classes="graphic") for i in range(4)]
|
306 |
with gr.Column(visible=False) as selected_image_interface:
|
|
|
300 |
with gr.Row(visible=False) as meditation_buttons:
|
301 |
relax_yes = gr.Button("ε₯½", variant="primary")
|
302 |
relax_no = gr.Button("ζζ³εε€εδΊ«δΈι»")
|
303 |
+
with gr.Column(elem_classes="graphic_parent") as image_selector_interface:
|
304 |
image_selector = gr.Radio(choices=["εε 1", "εε 2", "εε 3", "εε 4"], label="ιΈζδΈεΌ΅εε")
|
305 |
image_outputs = [gr.Image(label=f"εε {i+1}", interactive=False, show_share_button=False, elem_classes="graphic") for i in range(4)]
|
306 |
with gr.Column(visible=False) as selected_image_interface:
|