iamsubrata
commited on
Commit
•
29b510e
1
Parent(s):
2a007cc
Update app/bird_species.py
Browse files- app/bird_species.py +1 -3
app/bird_species.py
CHANGED
@@ -99,6 +99,4 @@ def model_info():
|
|
99 |
# Streamlit table
|
100 |
st.table(df)
|
101 |
# Visualize data as line plot
|
102 |
-
st.line_chart(data=df, x="epoch", y=['train_loss', 'valid_loss', 'accuracy', 'error_rate'], height=600)
|
103 |
-
|
104 |
-
#######################################################################################################################
|
|
|
99 |
# Streamlit table
|
100 |
st.table(df)
|
101 |
# Visualize data as line plot
|
102 |
+
st.line_chart(data=df, x="epoch", y=['train_loss', 'valid_loss', 'accuracy', 'error_rate'], height=600)
|
|
|
|