EASUSCML commited on
Commit
ca05996
·
verified ·
1 Parent(s): ed4241e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -18,9 +18,10 @@ css = """
18
  background-color: #f5f5f5;
19
  font-family: Arial, sans-serif;
20
  }
 
21
  .gr-button {
22
- background-color: #007bff; /* Blue background */
23
- color: white; /* White text */
24
  border: none; /* Remove default border */
25
  border-radius: 5px; /* Rounded corners */
26
  font-size: 16px; /* Adjust font size */
 
18
  background-color: #f5f5f5;
19
  font-family: Arial, sans-serif;
20
  }
21
+
22
  .gr-button {
23
+ background-color:#007bff;
24
+ color: blue;
25
  border: none; /* Remove default border */
26
  border-radius: 5px; /* Rounded corners */
27
  font-size: 16px; /* Adjust font size */