Spaces:
Runtime error
Runtime error
DamonDemon
commited on
Commit
•
0ce7beb
1
Parent(s):
1954c4b
refine
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import pandas as pd
|
4 |
|
5 |
# Load the uc_result.csv file
|
6 |
-
uc_result_df = pd.read_csv('uc_result.csv')
|
7 |
|
8 |
# Convert percentage columns to float for sorting
|
9 |
percentage_columns = [col for col in uc_result_df.columns if '%' in str(uc_result_df[col].iloc[0])]
|
|
|
3 |
import pandas as pd
|
4 |
|
5 |
# Load the uc_result.csv file
|
6 |
+
uc_result_df = pd.read_csv('assets/uc_result.csv')
|
7 |
|
8 |
# Convert percentage columns to float for sorting
|
9 |
percentage_columns = [col for col in uc_result_df.columns if '%' in str(uc_result_df[col].iloc[0])]
|