Carlos Rosas commited on
Commit
8680422
·
verified ·
1 Parent(s): 91216d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -214,13 +214,13 @@ def gradio_interface(user_message):
214
  demo = gr.Blocks(css=css)
215
 
216
  with demo:
217
- with gr.Row(justify="center"):
218
- gr.Image("pleias.png",
219
- show_label=False,
220
- height=60,
221
- width=150,
222
- container=False,
223
- scale=1)
224
  gr.HTML("""<h1 style="text-align: center; font-size: 24px; font-weight: bold;">pleias-RAG 1.0</h1>""")
225
  with gr.Row():
226
  with gr.Column(scale=2):
 
214
  demo = gr.Blocks(css=css)
215
 
216
  with demo:
217
+ gr.HTML("""<div style="text-align: center;">""")
218
+ gr.Image("pleias.png",
219
+ show_label=False,
220
+ height=40,
221
+ width=100,
222
+ container=False)
223
+ gr.HTML("""</div>""")
224
  gr.HTML("""<h1 style="text-align: center; font-size: 24px; font-weight: bold;">pleias-RAG 1.0</h1>""")
225
  with gr.Row():
226
  with gr.Column(scale=2):