Carlos Rosas commited on
Commit
c7dde96
·
verified ·
1 Parent(s): f09df13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -215,8 +215,12 @@ demo = gr.Blocks(css=css)
215
 
216
  with demo:
217
  # Add logo and title
218
- gr.Image("pleias.png", show_label=False, container=False, height=200, width=200)
219
- gr.HTML("""<h1 style="text-align:center">pleias-RAG 1.0</h1>""")
 
 
 
 
220
  with gr.Row():
221
  with gr.Column(scale=2):
222
  text_input = gr.Textbox(label="Votre question ou votre instruction", lines=3)
 
215
 
216
  with demo:
217
  # Add logo and title
218
+ gr.HTML("""
219
+ <div style="display: flex; flex-direction: column; align-items: center; gap: 16px; margin: 20px 0;">
220
+ <img src="pleias.png" alt="Pleias RAG Logo" style="width: 128px; height: 128px; object-fit: contain;">
221
+ <h1 style="font-size: 24px; font-weight: bold;">pleias-RAG 1.0</h1>
222
+ </div>
223
+ """)
224
  with gr.Row():
225
  with gr.Column(scale=2):
226
  text_input = gr.Textbox(label="Votre question ou votre instruction", lines=3)