Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
|
|
33 |
fig = generate_figure(org_choice)
|
34 |
plt = gr.Plot(fig)
|
35 |
with gr.Row():
|
36 |
-
with gr.Column()
|
37 |
gr.Markdown("### All Data")
|
38 |
fig2 = px.histogram(data, x="Year", color="Environmental Transparency")
|
39 |
fig.update_layout(xaxis_type='category')
|
|
|
33 |
fig = generate_figure(org_choice)
|
34 |
plt = gr.Plot(fig)
|
35 |
with gr.Row():
|
36 |
+
with gr.Column():
|
37 |
gr.Markdown("### All Data")
|
38 |
fig2 = px.histogram(data, x="Year", color="Environmental Transparency")
|
39 |
fig.update_layout(xaxis_type='category')
|