Spaces:
Running
Running
vickeee465
commited on
Commit
·
416f5a0
1
Parent(s):
7780172
oops
Browse files
app.py
CHANGED
@@ -184,6 +184,9 @@ with gr.Blocks() as demo:
|
|
184 |
with gr.Row():
|
185 |
plot = gr.Plot()
|
186 |
|
|
|
|
|
|
|
187 |
with gr.Row():
|
188 |
model_info = gr.Markdown()
|
189 |
|
|
|
184 |
with gr.Row():
|
185 |
plot = gr.Plot()
|
186 |
|
187 |
+
with gr.Row():
|
188 |
+
sunburst_chart = gr.Plot()
|
189 |
+
|
190 |
with gr.Row():
|
191 |
model_info = gr.Markdown()
|
192 |
|