sasha HF Staff commited on
Commit
d935d66
·
verified ·
1 Parent(s): 4dfd68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')