jjin6573 commited on
Commit
62781b7
·
verified ·
1 Parent(s): 0b18e76

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1262,7 +1262,7 @@ footer,
1262
  z-index: 99999 !important;
1263
  justify-content: center !important;
1264
  align-items: flex-start !important;
1265
- padding-top: 40px !important;
1266
  box-sizing: border-box !important;
1267
  /* Modal positioned near top of viewport */
1268
  overflow: hidden !important;
@@ -1350,7 +1350,7 @@ footer,
1350
  .docs-modal-content a { color: #a78bfa; text-decoration: none; }
1351
  .docs-modal-content a:hover { text-decoration: underline; }
1352
  .docs-modal-content strong { color: #e0e7ff; }
1353
- .docs-modal-content img { max-width: 100%; max-height: 200px; height: auto; border-radius: 8px; margin: 12px 0; object-fit: contain; }
1354
 
1355
  /* ===== CARD STYLES ===== */
1356
  .card {
@@ -1994,7 +1994,7 @@ label {
1994
  margin-bottom: 0 !important;
1995
  display: flex !important;
1996
  flex-direction: column !important;
1997
- max-height: 200px !important;
1998
  overflow-y: auto !important;
1999
  }
2000
 
 
1262
  z-index: 99999 !important;
1263
  justify-content: center !important;
1264
  align-items: flex-start !important;
1265
+ padding-top: 100px !important;
1266
  box-sizing: border-box !important;
1267
  /* Modal positioned near top of viewport */
1268
  overflow: hidden !important;
 
1350
  .docs-modal-content a { color: #a78bfa; text-decoration: none; }
1351
  .docs-modal-content a:hover { text-decoration: underline; }
1352
  .docs-modal-content strong { color: #e0e7ff; }
1353
+ .docs-modal-content img { max-width: 100%; max-height: 300px; height: auto; border-radius: 8px; margin: 12px 0; object-fit: contain; }
1354
 
1355
  /* ===== CARD STYLES ===== */
1356
  .card {
 
1994
  margin-bottom: 0 !important;
1995
  display: flex !important;
1996
  flex-direction: column !important;
1997
+ max-height: 300px !important;
1998
  overflow-y: auto !important;
1999
  }
2000