LeonceNsh commited on
Commit
b2a0793
·
verified ·
1 Parent(s): 28a0bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -56,8 +56,6 @@ with gr.Blocks() as app:
56
  with gr.Tab("Overview"):
57
  gr.Markdown("## Tennessee Population")
58
  pop_dist = gr.Plot(plot_population_distribution)
59
- gr.Markdown("## Tennessee Population by County")
60
- pop_dist_ = gr.Plot(plot_population_by_county)
61
 
62
  # Add a manual entry table with columns: Name, Address, Phone Number
63
  gr.Markdown("### Auto Repair/Parts in Tennessee")
 
56
  with gr.Tab("Overview"):
57
  gr.Markdown("## Tennessee Population")
58
  pop_dist = gr.Plot(plot_population_distribution)
 
 
59
 
60
  # Add a manual entry table with columns: Name, Address, Phone Number
61
  gr.Markdown("### Auto Repair/Parts in Tennessee")