Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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:
|