Severian commited on
Commit
f82f8a9
·
verified ·
1 Parent(s): 5704bfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -158,6 +158,13 @@ with gr.Blocks(css="""
158
  }
159
  #markdown-content {
160
  text-align: center;
 
 
 
 
 
 
 
161
  }
162
  #markdown-content h1, #markdown-content h2, #markdown-content h3 {
163
  color: #ff0000;
 
158
  }
159
  #markdown-content {
160
  text-align: center;
161
+ width: 80%; /* Adjust as needed */
162
+ margin: 0 auto;
163
+ display: flex;
164
+ flex-direction: column;
165
+ align-items: center;
166
+ justify-content: center;
167
+ min-height: 100vh;
168
  }
169
  #markdown-content h1, #markdown-content h2, #markdown-content h3 {
170
  color: #ff0000;