Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks("custom.css") as demo:
|
|
52 |
#### Try to click on a image in the gallery, and the gallery order will changed
|
53 |
with gr.Column():
|
54 |
title = gr.Markdown(
|
55 |
-
value="### Click on a Image in the gallery to select it, and the grid order will
|
56 |
visible=True,
|
57 |
elem_id="selected_model",
|
58 |
)
|
|
|
52 |
#### Try to click on a image in the gallery, and the gallery order will changed
|
53 |
with gr.Column():
|
54 |
title = gr.Markdown(
|
55 |
+
value="### Click on a Image in the gallery to select it, and the grid order will change",
|
56 |
visible=True,
|
57 |
elem_id="selected_model",
|
58 |
)
|