Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import streamlit as st
|
3 |
# Import the `set_page_config` and `display_sidebar` functions from the `utils` module.
|
4 |
# These functions are responsible for setting up the Streamlit app's page configuration and displaying the sidebar, respectively.
|
@@ -89,4 +89,3 @@ with col3:
|
|
89 |
if progress.get('status') == 'running')
|
90 |
# Display the number of active training jobs.
|
91 |
st.metric("Active Training Jobs", active_jobs)
|
92 |
-
```
|
|
|
1 |
+
|
2 |
import streamlit as st
|
3 |
# Import the `set_page_config` and `display_sidebar` functions from the `utils` module.
|
4 |
# These functions are responsible for setting up the Streamlit app's page configuration and displaying the sidebar, respectively.
|
|
|
89 |
if progress.get('status') == 'running')
|
90 |
# Display the number of active training jobs.
|
91 |
st.metric("Active Training Jobs", active_jobs)
|
|