Spaces:
Sleeping
Sleeping
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;
|
|
|
618 |
css = """
|
619 |
/* Example of custom button styling */
|
620 |
.gr-button {
|
621 |
+
background-color: #007bff; /* Change to your desired button color */
|
622 |
color: white;
|
623 |
border-radius: 8px; /* Make the corners rounded */
|
624 |
border: none;
|