K00B404 commited on
Commit
7838dff
1 Parent(s): 97e7276

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -229,6 +229,8 @@ body {
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 */
 
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
  margin-bottom: 10px;
235
  border-radius: 25px;
236
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adjusted shadow opacity */