com3dian commited on
Commit
6d6a2fe
·
verified ·
1 Parent(s): 195956d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -157,7 +157,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
157
  }
158
  body {
159
  font-family: sans-serif;
160
- background-color: grey; /* Set background color to grey */
161
  margin: 0; /* Remove body margin */
162
  padding: 0; /* Remove body padding */
163
  }
@@ -187,7 +187,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
187
  <head>
188
  <style>
189
  .page {
190
- font-size: 16pt; /* Adjust the font size as needed */
191
  margin: 0; /* Remove margin from page content */
192
  padding: 0; /* Remove padding from page content */
193
  }
 
157
  }
158
  body {
159
  font-family: sans-serif;
160
+ background-color: #45474B; /* Set background color to grey */
161
  margin: 0; /* Remove body margin */
162
  padding: 0; /* Remove body padding */
163
  }
 
187
  <head>
188
  <style>
189
  .page {
190
+ font-size: 32pt; /* Adjust the font size as needed */
191
  margin: 0; /* Remove margin from page content */
192
  padding: 0; /* Remove padding from page content */
193
  }