Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -618,7 +618,7 @@ def update_message(request: gr.Request):
|
|
618 |
css = """
|
619 |
/* Example of custom button styling */
|
620 |
.gr-button {
|
621 |
-
background-color: #
|
622 |
color: white;
|
623 |
border-radius: 8px; /* Make the corners rounded */
|
624 |
border: none;
|
@@ -628,7 +628,7 @@ css = """
|
|
628 |
}
|
629 |
|
630 |
.gr-button:hover {
|
631 |
-
background-color: #
|
632 |
}
|
633 |
|
634 |
/* Customizing the Logout link to be on the right */
|
|
|
618 |
css = """
|
619 |
/* Example of custom button styling */
|
620 |
.gr-button {
|
621 |
+
background-color: #6366f1; /* Change to your desired button color */
|
622 |
color: white;
|
623 |
border-radius: 8px; /* Make the corners rounded */
|
624 |
border: none;
|
|
|
628 |
}
|
629 |
|
630 |
.gr-button:hover {
|
631 |
+
background-color: #8a92f7; /* Darker shade on hover */
|
632 |
}
|
633 |
|
634 |
/* Customizing the Logout link to be on the right */
|