Spaces:
Running
Running
Zekun Wu
commited on
Commit
·
bfdd3c9
1
Parent(s):
8e2d7d0
update
Browse files- pages/2_Evaluation.py +1 -0
pages/2_Evaluation.py
CHANGED
@@ -7,6 +7,7 @@ from util.evaluation import statistical_tests,calculate_correlations,calculate_d
|
|
7 |
from util.plot import create_score_plot,create_rank_plots,create_correlation_heatmaps
|
8 |
import plotly.express as px
|
9 |
|
|
|
10 |
def check_password():
|
11 |
def password_entered():
|
12 |
if password_input == os.getenv('PASSWORD'):
|
|
|
7 |
from util.plot import create_score_plot,create_rank_plots,create_correlation_heatmaps
|
8 |
import plotly.express as px
|
9 |
|
10 |
+
|
11 |
def check_password():
|
12 |
def password_entered():
|
13 |
if password_input == os.getenv('PASSWORD'):
|