aifeifei798 commited on
Commit
ee59cc5
·
verified ·
1 Parent(s): 9170381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks() as demo:
114
  object_fit="contain",
115
  show_label=False
116
  )
117
-
118
  refresh_button = gr.Button("🔄 刷新画廊")
119
 
120
  demo.load(fn=fetch_bsky_gallery, inputs=None, outputs=gallery)
 
114
  object_fit="contain",
115
  show_label=False
116
  )
117
+ with gr.Row():
118
  refresh_button = gr.Button("🔄 刷新画廊")
119
 
120
  demo.load(fn=fetch_bsky_gallery, inputs=None, outputs=gallery)