Update app.py
Browse files
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
|
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 |
|