Spaces:
Sleeping
Sleeping
Update app1.py
Browse files
app1.py
CHANGED
|
@@ -8,12 +8,12 @@ import os
|
|
| 8 |
import json
|
| 9 |
|
| 10 |
# Page config
|
| 11 |
-
st.set_page_config(page_title="
|
| 12 |
|
| 13 |
# Title and Refresh button
|
| 14 |
col_title, col_refresh = st.columns([5, 1])
|
| 15 |
with col_title:
|
| 16 |
-
st.title("π
|
| 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"):
|