prasadnu commited on
Commit
55c758e
·
1 Parent(s): 29b27a9

app fixes UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ st.markdown("""
74
 
75
  transform: scale(1.06); /* Optional: adds smooth grow effect */
76
  transition: all 0.3s ease-in-out;
77
- border: 2px solid rgba(255, 255, 255, 0.05);
78
 
79
  }
80
 
 
74
 
75
  transform: scale(1.06); /* Optional: adds smooth grow effect */
76
  transition: all 0.3s ease-in-out;
77
+ border: 2px solid rgba(255, 255, 255, 255); /* white border on hover */
78
 
79
  }
80