K00B404 commited on
Commit
97e7276
1 Parent(s): 9a90f03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -229,9 +229,7 @@ body {
229
  #app-container {
230
  background-color: rgba(255, 255, 255, 0.001); /* Corrected to make semi-transparent */
231
  max-width: 600px;
232
- margin-left: auto;
233
- margin-right: auto;
234
- padding: 50px;
235
  border-radius: 25px;
236
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adjusted shadow opacity */
237
  }
 
229
  #app-container {
230
  background-color: rgba(255, 255, 255, 0.001); /* Corrected to make semi-transparent */
231
  max-width: 600px;
232
+ margin-bottom: 10px;
 
 
233
  border-radius: 25px;
234
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adjusted shadow opacity */
235
  }