RaniRahbani commited on
Commit
929abc7
1 Parent(s): 9d8a31f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ demo = gr.ChatInterface(
74
  # label="Top-p (nucleus sampling)",
75
  # ),
76
  # ],
77
- css=".svelte-7ddecg h1, .message p {color: #64A149 !important; } .message{background-color: #64A149 !important; }"
78
  )
79
 
80
 
 
74
  # label="Top-p (nucleus sampling)",
75
  # ),
76
  # ],
77
+ css=".svelte-7ddecg h1 {color: #64A149 !important; } .message{background-color: #64A149 !important; } .message p, .message * {color: white !important; }"
78
  )
79
 
80