alok94 commited on
Commit
150126e
·
1 Parent(s): 82ad703

structure change

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -390,6 +390,7 @@ with gr.Blocks(css=css) as demo:
390
  with gr.Row():
391
  gr.Markdown("Most probable skin condition")
392
  label=gr.Label("")
 
393
  gr.Markdown("Other possible values")
394
  bar = gr.BarPlot()
395
 
 
390
  with gr.Row():
391
  gr.Markdown("Most probable skin condition")
392
  label=gr.Label("")
393
+ with gr.Row():
394
  gr.Markdown("Other possible values")
395
  bar = gr.BarPlot()
396