hengc commited on
Commit
d5fb077
·
verified ·
1 Parent(s): 34849a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"):