SamiKoen commited on
Commit
6ca81ab
·
verified ·
1 Parent(s): 6a6c83b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -198,8 +198,11 @@ demo_css = """
198
  background-color: #0077c0;
199
  }
200
  .fixed_button_container {
201
- padding: -10px;
202
- margin: 0px 0 0 0px;
 
 
 
203
  }
204
  #custom_row {
205
  width: 150% !important;
 
198
  background-color: #0077c0;
199
  }
200
  .fixed_button_container {
201
+ margin-top: -10px; /* Butonu 10 piksel yukarı kaydırır */
202
+ padding: 0px;
203
+ margin-left: 0px;
204
+ margin-right: 0px;
205
+ margin-bottom: 0px;
206
  }
207
  #custom_row {
208
  width: 150% !important;