Update my_pages/home.py
Browse files- my_pages/home.py +4 -10
my_pages/home.py
CHANGED
|
@@ -12,12 +12,12 @@ def render():
|
|
| 12 |
padding: 0!important;
|
| 13 |
margin: 0!important;
|
| 14 |
text-decoration: none;
|
| 15 |
-
text-align: justify;
|
| 16 |
cursor: pointer;
|
| 17 |
border: none !important;
|
| 18 |
-
display: inline;
|
| 19 |
-
font-weight:bold;
|
| 20 |
-
font-size:24px;
|
| 21 |
}
|
| 22 |
button[kind="primary"]:hover {
|
| 23 |
text-decoration: none;
|
|
@@ -32,12 +32,6 @@ def render():
|
|
| 32 |
""",
|
| 33 |
unsafe_allow_html=True,
|
| 34 |
)
|
| 35 |
-
|
| 36 |
-
st.markdown(
|
| 37 |
-
"<div style='font-size:24px; color:#3366cc; font-weight:bold;'>Explore the concepts:</div>",
|
| 38 |
-
unsafe_allow_html=True
|
| 39 |
-
)
|
| 40 |
-
st.write("")
|
| 41 |
|
| 42 |
sentences = [
|
| 43 |
("Translating real world into concrete data to train AI models leads to inherent loss in information.", "information_loss"),
|
|
|
|
| 12 |
padding: 0!important;
|
| 13 |
margin: 0!important;
|
| 14 |
text-decoration: none;
|
| 15 |
+
text-align: justify!important;
|
| 16 |
cursor: pointer;
|
| 17 |
border: none !important;
|
| 18 |
+
display: inline!important;
|
| 19 |
+
font-weight:bold!important;
|
| 20 |
+
font-size:24px!important;
|
| 21 |
}
|
| 22 |
button[kind="primary"]:hover {
|
| 23 |
text-decoration: none;
|
|
|
|
| 32 |
""",
|
| 33 |
unsafe_allow_html=True,
|
| 34 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
sentences = [
|
| 37 |
("Translating real world into concrete data to train AI models leads to inherent loss in information.", "information_loss"),
|