Xolkin commited on
Commit
50fb8ce
·
verified ·
1 Parent(s): 51ab81f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -56,7 +56,7 @@ flat_design_css = """
56
  }
57
 
58
  .gradio-button {
59
- background-color: #4CAF50;
60
  color: white;
61
  border: none;
62
  border-radius: 5px;
@@ -67,7 +67,7 @@ flat_design_css = """
67
  }
68
 
69
  .gradio-button:hover {
70
- background-color: #45a049;
71
  }
72
 
73
  .gradio-slider {
@@ -86,7 +86,7 @@ flat_design_css = """
86
  }
87
 
88
  .gradio-textbox:focus {
89
- border-color: #4CAF50;
90
  }
91
 
92
  .gradio-label {
 
56
  }
57
 
58
  .gradio-button {
59
+ background-color: #e53935; /* Red color */
60
  color: white;
61
  border: none;
62
  border-radius: 5px;
 
67
  }
68
 
69
  .gradio-button:hover {
70
+ background-color: #d32f2f; /* Darker red */
71
  }
72
 
73
  .gradio-slider {
 
86
  }
87
 
88
  .gradio-textbox:focus {
89
+ border-color: #e53935; /* Red color */
90
  }
91
 
92
  .gradio-label {