MarziehFadaee commited on
Commit
6a84f1a
·
verified ·
1 Parent(s): 273e245

remove logo borders

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- display: block;
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;