Herc commited on
Commit
3d1e30b
·
verified ·
1 Parent(s): 72042de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,8 +124,8 @@ st.markdown("""
124
 
125
 
126
  # Streamlit app layout
127
- st.markdown('<p class="custom-header">Enterprise Software Product Catalog</p>', unsafe_allow_html=True)
128
- st.markdown('<p class="custom-text">This is the source of truth for app approval statuses within the enterprise.</p>', unsafe_allow_html=True)
129
 
130
 
131
 
 
124
 
125
 
126
  # Streamlit app layout
127
+ st.markdown('<p class="custom-header">Sample Maryland Approved Software Product Catalog</p>', unsafe_allow_html=True)
128
+ st.markdown('<p class="custom-text">This is the source of truth for app approval statuses.</p>', unsafe_allow_html=True)
129
 
130
 
131