lunarflu HF staff commited on
Commit
c5a228e
1 Parent(s): 65c7e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -709,7 +709,8 @@ with demo:
709
  try:
710
  dataframe1 = pd.read_csv("https://docs.google.com/spreadsheets/d/1C8aLqgCqLYcMiIFf-P_Aosaa03C_WLIB_UyqvjSdWg8/export?format=csv&gid=0") # required for timing
711
  column_values_unique = sorted(dataframe1.iloc[:, 3].unique())
712
- dataframe2 = pd.DataFrame({'Levels': column_values_unique})
 
713
 
714
  counts = {}
715
  try:
 
709
  try:
710
  dataframe1 = pd.read_csv("https://docs.google.com/spreadsheets/d/1C8aLqgCqLYcMiIFf-P_Aosaa03C_WLIB_UyqvjSdWg8/export?format=csv&gid=0") # required for timing
711
  column_values_unique = sorted(dataframe1.iloc[:, 3].unique())
712
+ dataframe2 = pd.DataFrame({'Levels': column_values_unique}).reset_index(drop=True)
713
+
714
 
715
  counts = {}
716
  try: