mrbeliever commited on
Commit
2b4dee5
·
verified ·
1 Parent(s): 34f96cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,8 +78,8 @@ css = """
78
  border-radius: 8px;
79
  }
80
  #run_button {
81
- background-color: #000000; /* Dark button color */
82
- color: white; /* White text */
83
  border-radius: 10px;
84
  padding: 10px;
85
  cursor: pointer;
 
78
  border-radius: 8px;
79
  }
80
  #run_button {
81
+ background-color: #ffffff;
82
+ color: black; /* White text */
83
  border-radius: 10px;
84
  padding: 10px;
85
  cursor: pointer;