Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ st.title('Spare-it Segmentation Model')
|
|
9 |
|
10 |
# Performance table data
|
11 |
st.header("Best Model Performance")
|
12 |
-
df = pd.read_csv('performance_table')
|
13 |
st.dataframe(df)
|
14 |
|
15 |
with st.expander("See Example Results"):
|
|
|
9 |
|
10 |
# Performance table data
|
11 |
st.header("Best Model Performance")
|
12 |
+
df = pd.read_csv('performance_table.csv')
|
13 |
st.dataframe(df)
|
14 |
|
15 |
with st.expander("See Example Results"):
|