Redmind commited on
Commit
f45d85e
·
verified ·
1 Parent(s): f6817e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: #0d6efd; /* Change to your desired button 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: #0b5ed7; /* Darker shade on hover */
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 */