onybrunella commited on
Commit
a1642d2
1 Parent(s): 9c93eb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -92,6 +92,11 @@ body,html {
92
  color: #ffffff;
93
  }
94
 
 
 
 
 
 
95
  /* Container for the entire chat interface */
96
  #chat-interface {
97
  display: flex;
@@ -314,7 +319,7 @@ with gr.Blocks(theme=theme, css=css) as demo: # Suppression de 'css=css' si 'cs
314
  <div id='header'>
315
  <h1 id='main-title'>ALOQAS</h1>
316
  <div class='logo'></div>
317
- <h2 id='sub-title'>How can I help you?</h2>
318
  </div>
319
  """)
320
  with gr.Column(elem_id="chat-interface"):
 
92
  color: #ffffff;
93
  }
94
 
95
+ .logo {
96
+ width: 50%;
97
+ height : 50%;
98
+ }
99
+
100
  /* Container for the entire chat interface */
101
  #chat-interface {
102
  display: flex;
 
319
  <div id='header'>
320
  <h1 id='main-title'>ALOQAS</h1>
321
  <div class='logo'></div>
322
+ # <h2 id='sub-title'>How can I help you?</h2>
323
  </div>
324
  """)
325
  with gr.Column(elem_id="chat-interface"):