Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ st.markdown(
|
|
| 17 |
|
| 18 |
|
| 19 |
.paragraph-container {
|
| 20 |
-
2rem; /* Adjust the font size as desired */
|
| 21 |
max-width: 90vw; /* Adjust the container width as needed */
|
| 22 |
background-color: black; /* Set the background color */
|
| 23 |
padding: 10px; /* Add some padding for better readability */
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
.paragraph-container {
|
| 20 |
+
font-size: 2rem; /* Adjust the font size as desired */
|
| 21 |
max-width: 90vw; /* Adjust the container width as needed */
|
| 22 |
background-color: black; /* Set the background color */
|
| 23 |
padding: 10px; /* Add some padding for better readability */
|