Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update appStore/region_utils.py
Browse files- appStore/region_utils.py +1 -0
appStore/region_utils.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import pandas as pd
|
2 |
|
3 |
# Load the region.csv once when the app starts
|
|
|
1 |
+
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
4 |
# Load the region.csv once when the app starts
|