AdityaTheDev commited on
Commit
ac26739
·
verified ·
1 Parent(s): 5c14988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -323,6 +323,7 @@ st.markdown(
323
  }
324
  .stButton>button:hover {
325
  background-color: red;
 
326
  }
327
  .custom-input {
328
  font-size: 18px;
@@ -355,6 +356,7 @@ st.markdown(
355
  .memory-box:hover {
356
  transform: scale(1.05); /* Hover effect */
357
  background-color: #f20246; /* Slightly darker pink on hover */
 
358
  }
359
  </style>
360
  """,
 
323
  }
324
  .stButton>button:hover {
325
  background-color: red;
326
+ color: white;
327
  }
328
  .custom-input {
329
  font-size: 18px;
 
356
  .memory-box:hover {
357
  transform: scale(1.05); /* Hover effect */
358
  background-color: #f20246; /* Slightly darker pink on hover */
359
+
360
  }
361
  </style>
362
  """,