baconnier commited on
Commit
10b7857
1 Parent(s): 2368bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -138,15 +138,15 @@ class GradioInterface:
138
  .title-container {
139
  width: fit-content !important;
140
  margin: 0 auto !important;
141
- padding: 20px 40px !important;
142
- border: 1px solid blue !important;
143
  border-radius: 10px !important;
144
- background-color: rgba(0, 0, 255, 0.25) !important;
145
  }
146
 
147
  .title-container * {
148
  text-align: center;
149
- margin: 5px 0;
150
  }
151
  /* Fix radio button visibility */
152
  .gradio-radio {
 
138
  .title-container {
139
  width: fit-content !important;
140
  margin: 0 auto !important;
141
+ padding: 10px 40px !important; /* Reduced vertical padding from 20px to 10px */
142
+ border: 1px solid #0066cc !important;
143
  border-radius: 10px !important;
144
+ background-color: rgba(0, 102, 204, 0.25) !important; /* Darker blue with 25% opacity */
145
  }
146
 
147
  .title-container * {
148
  text-align: center;
149
+ margin: 3px 0 !important; /* Reduced margin between text elements */
150
  }
151
  /* Fix radio button visibility */
152
  .gradio-radio {