Spaces:
Running
Running
Zekun Wu
commited on
Commit
·
2563d2d
1
Parent(s):
5af5671
update
Browse files- pages/2_Evaluation.py +1 -1
pages/2_Evaluation.py
CHANGED
@@ -54,7 +54,7 @@ def app():
|
|
54 |
|
55 |
st.write('Test Results:', results_df)
|
56 |
|
57 |
-
fig_3d = create_3d_plot(
|
58 |
|
59 |
st.plotly_chart(fig_3d)
|
60 |
|
|
|
54 |
|
55 |
st.write('Test Results:', results_df)
|
56 |
|
57 |
+
fig_3d = create_3d_plot(df)
|
58 |
|
59 |
st.plotly_chart(fig_3d)
|
60 |
|