Spaces:
Running
Running
Update page_files/Home.py
Browse files- page_files/Home.py +4 -2
page_files/Home.py
CHANGED
|
@@ -481,6 +481,7 @@ st.markdown("""
|
|
| 481 |
text-transform: uppercase !important;
|
| 482 |
}
|
| 483 |
.cards-section-wrap h2 {
|
|
|
|
| 484 |
font-family: 'DM Sans', sans-serif !important;
|
| 485 |
font-size: 1.4rem !important;
|
| 486 |
font-weight: 700 !important;
|
|
@@ -488,6 +489,7 @@ st.markdown("""
|
|
| 488 |
margin-bottom: 6px !important;
|
| 489 |
}
|
| 490 |
.cards-section-wrap p {
|
|
|
|
| 491 |
color: #5a6b65 !important;
|
| 492 |
font-size: 0.9rem !important;
|
| 493 |
line-height: 1.6 !important;
|
|
@@ -508,9 +510,9 @@ st.markdown("""
|
|
| 508 |
""", unsafe_allow_html=True)
|
| 509 |
|
| 510 |
quick_cards = [
|
| 511 |
-
("Extract Data", "Platform", "page_files/Upload_Data.py", "about", "📋"),
|
| 512 |
-
("Contact Team", "Support", "page_files/Contact_Team.py", "contact", " 🛡️"),
|
| 513 |
("Search", "Data Page", "page_files/Categorized_Search.py", "search", "🔎"),
|
|
|
|
|
|
|
| 514 |
]
|
| 515 |
|
| 516 |
cols = st.columns(3, gap="large")
|
|
|
|
| 481 |
text-transform: uppercase !important;
|
| 482 |
}
|
| 483 |
.cards-section-wrap h2 {
|
| 484 |
+
text-align: center;
|
| 485 |
font-family: 'DM Sans', sans-serif !important;
|
| 486 |
font-size: 1.4rem !important;
|
| 487 |
font-weight: 700 !important;
|
|
|
|
| 489 |
margin-bottom: 6px !important;
|
| 490 |
}
|
| 491 |
.cards-section-wrap p {
|
| 492 |
+
text-align: center;
|
| 493 |
color: #5a6b65 !important;
|
| 494 |
font-size: 0.9rem !important;
|
| 495 |
line-height: 1.6 !important;
|
|
|
|
| 510 |
""", unsafe_allow_html=True)
|
| 511 |
|
| 512 |
quick_cards = [
|
|
|
|
|
|
|
| 513 |
("Search", "Data Page", "page_files/Categorized_Search.py", "search", "🔎"),
|
| 514 |
+
("Extract Data", "Platform", "page_files/Upload_Data.py", "about", "📋"),
|
| 515 |
+
|
| 516 |
]
|
| 517 |
|
| 518 |
cols = st.columns(3, gap="large")
|