Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"]
|