loubnabnl HF staff commited on
Commit
8e38fa9
·
1 Parent(s): 8e7670b

use latest extension list

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from datasets import load_dataset
6
  st.set_page_config(page_title="The Stack data Inspection", layout="wide")
7
  st.sidebar.title("The Stack data Inspection")
8
 
9
- df = pd.read_csv("extension_distribution.csv")
10
  all_extensions = df["extension"].tolist()
11
 
12
  tags = {}
 
6
  st.set_page_config(page_title="The Stack data Inspection", layout="wide")
7
  st.sidebar.title("The Stack data Inspection")
8
 
9
+ df = pd.read_csv("new_extension_distribution.csv")
10
  all_extensions = df["extension"].tolist()
11
 
12
  tags = {}