pabloce commited on
Commit
70b9f60
·
verified ·
1 Parent(s): 905a689

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,10 +12,10 @@ hf_hub_download(repo_id="bartowski/Llama-3-8B-Synthia-v3.5-GGUF", filename="Llam
12
 
13
  css = """
14
  .message-row {
15
- justify-content: space-evenly;
16
  }
17
- .message .user .message-bubble-border {
18
- border-radius: 6px;
19
  }
20
  """
21
 
 
12
 
13
  css = """
14
  .message-row {
15
+ justify-content: space-evenly !important;
16
  }
17
+ .message-bubble-border {
18
+ border-radius: 6px !important;
19
  }
20
  """
21