Spaces:
Paused
Paused
Carlos Rosas
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -214,13 +214,13 @@ def gradio_interface(user_message):
|
|
214 |
demo = gr.Blocks(css=css)
|
215 |
|
216 |
with demo:
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
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):
|