prasadnu commited on
Commit
d23c463
·
1 Parent(s): 4e5f163

rerank model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ st.markdown("""
91
  }
92
 
93
  .card:hover .card-header {
94
- box-shadow: 0 0 16px 6px rgba(228, 110, 8, 0.45);
95
  border-radius: 50%;
96
  }
97
 
 
91
  }
92
 
93
  .card:hover .card-header {
94
+ box-shadow: 0 0 16px 6px #ff3c3c;
95
  border-radius: 50%;
96
  }
97