Update pages/reader.py
Browse files- pages/reader.py +5 -4
pages/reader.py
CHANGED
|
@@ -8,8 +8,7 @@ import html
|
|
| 8 |
st.set_page_config(
|
| 9 |
page_title="TXTperpus",
|
| 10 |
page_icon="https://github.com/faizhalas/Search4All/blob/main/images/logo.png?raw=true",
|
| 11 |
-
layout="wide"
|
| 12 |
-
initial_sidebar_state="collapsed"
|
| 13 |
)
|
| 14 |
|
| 15 |
# Connect to the Google Sheet
|
|
@@ -71,10 +70,12 @@ if not filtered_df.empty:
|
|
| 71 |
color: #004488;
|
| 72 |
}}
|
| 73 |
.section-content {{
|
| 74 |
-
|
|
|
|
|
|
|
| 75 |
font-size: 16px;
|
|
|
|
| 76 |
line-height: 1.8;
|
| 77 |
-
text-align: justify;
|
| 78 |
color: #333;
|
| 79 |
}}
|
| 80 |
</style>
|
|
|
|
| 8 |
st.set_page_config(
|
| 9 |
page_title="TXTperpus",
|
| 10 |
page_icon="https://github.com/faizhalas/Search4All/blob/main/images/logo.png?raw=true",
|
| 11 |
+
layout="wide"
|
|
|
|
| 12 |
)
|
| 13 |
|
| 14 |
# Connect to the Google Sheet
|
|
|
|
| 70 |
color: #004488;
|
| 71 |
}}
|
| 72 |
.section-content {{
|
| 73 |
+
column-count: 2;
|
| 74 |
+
column-gap: 40px;
|
| 75 |
+
text-align: justify;
|
| 76 |
font-size: 16px;
|
| 77 |
+
font-family: Georgia, serif;
|
| 78 |
line-height: 1.8;
|
|
|
|
| 79 |
color: #333;
|
| 80 |
}}
|
| 81 |
</style>
|