aixsatoshi commited on
Commit
2024746
1 Parent(s): 86f332d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -1
app.py CHANGED
@@ -24,7 +24,23 @@ Feel free to test without log.
24
  </center>
25
  """
26
 
27
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
 
30
  model = AutoModelForCausalLM.from_pretrained(
 
24
  </center>
25
  """
26
 
27
+ CSS = """
28
+ .duplicate-button {
29
+ margin: auto !important;
30
+ color: white !important;
31
+ background: black !important;
32
+ border-radius: 100vh !important;
33
+ }
34
+ h3 {
35
+ text-align: center;
36
+ }
37
+ .chatbox .messages .message.user {
38
+ background-color: #e1f5fe;
39
+ }
40
+ .chatbox .messages .message.bot {
41
+ background-color: #eeeeee;
42
+ }
43
+ """
44
 
45
 
46
  model = AutoModelForCausalLM.from_pretrained(