Zeel commited on
Commit
2078eb1
·
1 Parent(s): b694fbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def percentage_change():
74
  return f"{ans:.1f}%"
75
 
76
  with st_met:
77
- st.metric(label='Loss', f"{new_loss:.4f}", percentage_change())
78
 
79
  hide_streamlit_style = """
80
  <style>
 
74
  return f"{ans:.1f}%"
75
 
76
  with st_met:
77
+ st.metric('Loss', f"{new_loss:.4f}", percentage_change())
78
 
79
  hide_streamlit_style = """
80
  <style>