Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -823,9 +823,7 @@ css = """
|
|
823 |
cursor: text;
|
824 |
}
|
825 |
|
826 |
-
|
827 |
-
background-color: #8a92f7; /* Darker shade on hover */
|
828 |
-
}
|
829 |
|
830 |
.gr-buttonbig {
|
831 |
background-color: #6366f1; /* Change to your desired button color */
|
@@ -835,11 +833,11 @@ css = """
|
|
835 |
padding: 10px 20px;
|
836 |
font-size: 14px;
|
837 |
cursor: pointer;
|
|
|
|
|
838 |
}
|
839 |
|
840 |
-
|
841 |
-
background-color: #8a92f7; /* Darker shade on hover */
|
842 |
-
}
|
843 |
|
844 |
|
845 |
/* Customizing the Logout link to be on the right */
|
|
|
823 |
cursor: text;
|
824 |
}
|
825 |
|
826 |
+
|
|
|
|
|
827 |
|
828 |
.gr-buttonbig {
|
829 |
background-color: #6366f1; /* Change to your desired button color */
|
|
|
833 |
padding: 10px 20px;
|
834 |
font-size: 14px;
|
835 |
cursor: pointer;
|
836 |
+
user-select: text;
|
837 |
+
cursor: text;
|
838 |
}
|
839 |
|
840 |
+
|
|
|
|
|
841 |
|
842 |
|
843 |
/* Customizing the Logout link to be on the right */
|