Keiraj commited on
Commit
05366bd
·
verified ·
1 Parent(s): b855294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -8,7 +8,15 @@ def greet(name):
8
  css = """
9
  .gradio-container {
10
  background-color: #c48fc4; /* Pink background */
11
- font-family: "Comic Sans MS"; /* Fun font */
 
 
 
 
 
 
 
 
12
  }
13
 
14
 
 
8
  css = """
9
  .gradio-container {
10
  background-color: #c48fc4; /* Pink background */
11
+ font-family: "Gradio"; /* Fun font */
12
+ }
13
+
14
+ .gradio-button {
15
+ background-color: #ff66b2; /* Pink button */
16
+ color: white; /* White text */
17
+ }
18
+ .gradio-input {
19
+ background-color: #ffccff; /* Pink input box */
20
  }
21
 
22