Spaces:
Running
Running
Zekun Wu
commited on
Commit
·
069113a
1
Parent(s):
5d57412
update
Browse files- pages/2_Evaluation.py +1 -1
pages/2_Evaluation.py
CHANGED
@@ -50,7 +50,7 @@ def app():
|
|
50 |
|
51 |
results_df = pd.DataFrame(list(results_combined.items()), columns=['Metric', 'Value'])
|
52 |
|
53 |
-
st.write('
|
54 |
|
55 |
score_fig = create_score_plot(df)
|
56 |
st.plotly_chart(score_fig)
|
|
|
50 |
|
51 |
results_df = pd.DataFrame(list(results_combined.items()), columns=['Metric', 'Value'])
|
52 |
|
53 |
+
st.write('Test Results:', results_df)
|
54 |
|
55 |
score_fig = create_score_plot(df)
|
56 |
st.plotly_chart(score_fig)
|