david-oplatka commited on
Commit
e22edc8
·
verified ·
1 Parent(s): 6b02895

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -210,7 +210,9 @@ def launch_bot():
210
  }
211
 
212
  .stButton>button:hover {
213
- background-color: #ff7171;
 
 
214
  }
215
  </style>
216
  """, unsafe_allow_html=True)
 
210
  }
211
 
212
  .stButton>button:hover {
213
+ color: #ff7171;
214
+ border-color: #ff7171;
215
+ background-color: #ffffff;
216
  }
217
  </style>
218
  """, unsafe_allow_html=True)