testdeep123 commited on
Commit
dc05454
·
verified ·
1 Parent(s): 4709525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -49,7 +49,18 @@ TEMPLATE = """
49
  min-height: 100vh;
50
  line-height: 1.5;
51
  }
52
-
 
 
 
 
 
 
 
 
 
 
 
53
  .container {
54
  max-width: 1200px;
55
  margin: 0 auto;
 
49
  min-height: 100vh;
50
  line-height: 1.5;
51
  }
52
+ .file-item {
53
+ background: rgba(255, 255, 255, 0.05);
54
+ backdrop-filter: blur(10px);
55
+ border: 1px solid var(--border-light);
56
+ border-radius: var(--radius-lg);
57
+ padding: 16px;
58
+ transition: all 0.3s ease;
59
+ cursor: pointer;
60
+ position: relative;
61
+ overflow: visible !important;
62
+ margin: 40px 10px !important;
63
+ }
64
  .container {
65
  max-width: 1200px;
66
  margin: 0 auto;