RageshAntony commited on
Commit
318dad6
·
verified ·
1 Parent(s): 992965e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,7 @@ with gr.Blocks(css=css) as demo:
350
  height=800,
351
  visible=True
352
  )
353
- refresh_button = gr.Button("Refresh Gallery")
354
 
355
 
356
 
 
350
  height=800,
351
  visible=True
352
  )
353
+ refresh_button = gr.Button("Refresh Gallery",visible=True)
354
 
355
 
356