Redmind commited on
Commit
5e9a520
·
verified ·
1 Parent(s): a46796f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: #6366f1; /* Change to your desired button 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;