Spaces:
Runtime error
Runtime error
remove logo borders
Browse files
app.py
CHANGED
@@ -64,9 +64,7 @@ examples = [
|
|
64 |
title = """<h1 align="center">Cohere for AI Command R</h1>"""
|
65 |
custom_css = """
|
66 |
#logo-img {
|
67 |
-
|
68 |
-
margin-left: auto;
|
69 |
-
margin-right: auto;
|
70 |
}
|
71 |
#chat-message {
|
72 |
font-size: 14px;
|
|
|
64 |
title = """<h1 align="center">Cohere for AI Command R</h1>"""
|
65 |
custom_css = """
|
66 |
#logo-img {
|
67 |
+
border: none !important;
|
|
|
|
|
68 |
}
|
69 |
#chat-message {
|
70 |
font-size: 14px;
|