prasadnu commited on
Commit
e65a4d0
·
1 Parent(s): cb09d0b

rerank model

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -125,6 +125,15 @@ st.markdown("""
125
  transition: all 0.3s ease-in-out;
126
  color: #ffffff;
127
  }
 
 
 
 
 
 
 
 
 
128
 
129
  # .card:hover .card-arrow {
130
  # opacity: 1;
 
125
  transition: all 0.3s ease-in-out;
126
  color: #ffffff;
127
  }
128
+ .card-description {
129
+ font-size: 16px;
130
+ color: #ccc;
131
+ text-align: center;
132
+ white-space: normal;
133
+ line-height: 1.4;
134
+ margin-top: auto;
135
+ padding: 0 12px 8px;
136
+ }
137
 
138
  # .card:hover .card-arrow {
139
  # opacity: 1;