Spaces:
Sleeping
Sleeping
structure change
Browse files
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 |
|