Spaces:
Sleeping
Sleeping
circulartext
commited on
Commit
•
5e3aaae
1
Parent(s):
103b341
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,14 @@ st.markdown(
|
|
22 |
background-color: black; /* Set the background color */
|
23 |
padding: 10px; /* Add some padding for better readability */
|
24 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
</style>
|
26 |
""",
|
27 |
unsafe_allow_html=True
|
|
|
22 |
background-color: black; /* Set the background color */
|
23 |
padding: 10px; /* Add some padding for better readability */
|
24 |
}
|
25 |
+
|
26 |
+
|
27 |
+
p, ol, ul, dl {
|
28 |
+
margin: 0px 0px 1rem;
|
29 |
+
padding: 0px;
|
30 |
+
font-size: 1rem;
|
31 |
+
font-weight: 400;
|
32 |
+
}
|
33 |
</style>
|
34 |
""",
|
35 |
unsafe_allow_html=True
|