alok94 commited on
Commit
87e0228
·
1 Parent(s): 4772cf3

gallary fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,7 +386,7 @@ with gr.Blocks(css=css) as demo:
386
  btn=gr.Button("Identify")
387
 
388
  with gr.Column():
389
- gry=gr.Gallery(value=skin_images, columns=4, show_label=False, allow_preview=False)
390
  with gr.Row():
391
  with gr.Column():
392
  gr.Markdown("Most probable skin condition")
 
386
  btn=gr.Button("Identify")
387
 
388
  with gr.Column():
389
+ gry=gr.Gallery(value=skin_images, columns=5, show_label=False, allow_preview=False)
390
  with gr.Row():
391
  with gr.Column():
392
  gr.Markdown("Most probable skin condition")