circulartext commited on
Commit
1414141
1 Parent(s): 2b665ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 */