S-Dreamer commited on
Commit
031caeb
·
verified ·
1 Parent(s): da9e7af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- ```python
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)