Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def percentage_change():
|
|
| 74 |
return f"{ans:.1f}%"
|
| 75 |
|
| 76 |
with st_met:
|
| 77 |
-
st.metric(
|
| 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>
|