sharmavaruncs commited on
Commit
8a2f5d3
·
1 Parent(s): a9ca2db

reduced height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def config():
102
  display: flex;
103
  justify-content: center;
104
  align-items: center;
105
- height: 200px; /* Adjust the height as needed */
106
  }
107
  </style>
108
  """
 
102
  display: flex;
103
  justify-content: center;
104
  align-items: center;
105
+ height: 100px; /* Adjust the height as needed */
106
  }
107
  </style>
108
  """