awacke1 commited on
Commit
34929af
·
1 Parent(s): e3887ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import plotly.express as px
 
3
 
4
  # Define the states and conditions of interest
5
  states = ["Minnesota", "Florida", "California"]
 
1
  import streamlit as st
2
  import plotly.express as px
3
+ import pandas as pd
4
 
5
  # Define the states and conditions of interest
6
  states = ["Minnesota", "Florida", "California"]