svjack commited on
Commit
5a8ffe3
·
1 Parent(s): bce7d5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 changed",
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
  )