Update app.py
Browse files
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")
|