AlgoCore commited on
Commit
ac03434
·
1 Parent(s): fa33516

Changes to UI sections

Browse files
Files changed (1) hide show
  1. gradio_ui.py +13 -0
gradio_ui.py CHANGED
@@ -170,6 +170,19 @@ body, .gradio-container {
170
  margin-bottom: 12px;
171
  }
172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  .panel-title {
174
  font-family: 'JetBrains Mono', monospace;
175
  font-size: 0.75rem;
 
170
  margin-bottom: 12px;
171
  }
172
 
173
+ /* Section boxes */
174
+ .gr-column {
175
+ background: var(--bg-card) !important;
176
+ border: 1px solid var(--border) !important;
177
+ border-radius: 12px !important;
178
+ padding: 20px !important;
179
+ }
180
+
181
+ .gr-row {
182
+ gap: 16px !important;
183
+ padding: 20px 40px !important;
184
+ }
185
+
186
  .panel-title {
187
  font-family: 'JetBrains Mono', monospace;
188
  font-size: 0.75rem;