srinuksv commited on
Commit
4ee9ae8
·
verified ·
1 Parent(s): 972e36a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -155,11 +155,21 @@ css = '''
155
  align-items: center;
156
  margin-bottom: 10px;
157
  }
 
 
 
 
 
 
 
 
 
158
  footer {
159
  display: none !important;
160
  background-color: #F8D7DA;
161
  }
162
  label.svelte-1b6s6s {display: none}
 
163
  '''
164
  gr.ChatInterface(chat_interface,
165
  css=css,
 
155
  align-items: center;
156
  margin-bottom: 10px;
157
  }
158
+ .svelte-1ed2p3z p {
159
+ font-size: 24px;
160
+ font-weight: bold;
161
+ line-height: 1.2;
162
+ color: #111;
163
+ margin: 20px 0;
164
+ text-transform: uppercase;
165
+ }
166
+
167
  footer {
168
  display: none !important;
169
  background-color: #F8D7DA;
170
  }
171
  label.svelte-1b6s6s {display: none}
172
+
173
  '''
174
  gr.ChatInterface(chat_interface,
175
  css=css,