mbecchis commited on
Commit
915f9ac
Β·
verified Β·
1 Parent(s): aaacffc

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +2 -2
app1.py CHANGED
@@ -8,12 +8,12 @@ import os
8
  import json
9
 
10
  # Page config
11
- st.set_page_config(page_title="Customer Dashboard", layout="wide")
12
 
13
  # Title and Refresh button
14
  col_title, col_refresh = st.columns([5, 1])
15
  with col_title:
16
- st.title("πŸ“Š Customer Dashboard")
17
  with col_refresh:
18
  st.write("") # Spacer for alignment
19
  if st.button("πŸ”„ Refresh"):
 
8
  import json
9
 
10
  # Page config
11
+ st.set_page_config(page_title="FYI Migration Progress", layout="wide")
12
 
13
  # Title and Refresh button
14
  col_title, col_refresh = st.columns([5, 1])
15
  with col_title:
16
+ st.title("πŸ“Š FYI Migration Progress")
17
  with col_refresh:
18
  st.write("") # Spacer for alignment
19
  if st.button("πŸ”„ Refresh"):