prasadnu commited on
Commit
9bb77d8
·
1 Parent(s): 1163c0e

rerank model

Browse files
Files changed (1) hide show
  1. app.py +8 -10
app.py CHANGED
@@ -82,24 +82,22 @@ st.markdown("""
82
  /* Header strip with icon */
83
  .card-header {
84
  font-size: 50px;
85
- height: 60px;
86
- width: 60px;
87
  margin: 0 auto 12px auto;
88
  display: flex;
89
  justify-content: center;
90
  align-items: center;
91
- border-radius: 50%;
92
- background: rgba(255, 255, 255, 0.08);
93
- backdrop-filter: blur(4px);
94
- box-shadow: 0 4px 10px rgba(0,0,0,0.4);
95
- border: 0px solid rgba(255, 255, 255, 0.1);
96
- transition: box-shadow 0.3s ease-in-out, transform 0.2s ease;
97
  }
98
 
99
  .card:hover .card-header {
100
- box-shadow: 0 0 14px #e46e08;
101
- transform: scale(1.05);
 
 
 
 
102
  }
 
103
  .card-text {
104
  font-size: 31px;
105
  font-weight: 500;
 
82
  /* Header strip with icon */
83
  .card-header {
84
  font-size: 50px;
 
 
85
  margin: 0 auto 12px auto;
86
  display: flex;
87
  justify-content: center;
88
  align-items: center;
89
+ transition: all 0.3s ease-in-out;
 
 
 
 
 
90
  }
91
 
92
  .card:hover .card-header {
93
+ background: rgba(255, 255, 255, 0.08);
94
+ backdrop-filter: blur(6px);
95
+ box-shadow: 0 0 14px #ff3c3c;
96
+ border-radius: 50%;
97
+ padding: 14px; /* creates the visible circle effect */
98
+ transform: scale(1.1);
99
  }
100
+
101
  .card-text {
102
  font-size: 31px;
103
  font-weight: 500;