Spaces:
Paused
Paused
Carlos Rosas
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -215,12 +215,13 @@ demo = gr.Blocks(css=css)
|
|
215 |
|
216 |
with demo:
|
217 |
gr.HTML("""
|
218 |
-
<div style="display: flex; justify-content: center; width: 100%; background-color: black; padding:
|
219 |
<pre style="font-family: monospace; line-height: 1.2; font-size: 24px; color: #00ffea; margin: 0;">
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
|
|
224 |
""")
|
225 |
with gr.Row():
|
226 |
with gr.Column(scale=2):
|
|
|
215 |
|
216 |
with demo:
|
217 |
gr.HTML("""
|
218 |
+
<div style="display: flex; justify-content: center; width: 100%; background-color: black; padding: 10px 0;">
|
219 |
<pre style="font-family: monospace; line-height: 1.2; font-size: 24px; color: #00ffea; margin: 0;">
|
220 |
+
βββββββββββββββββββββ
|
221 |
+
β pleias-RAG 1.0 β
|
222 |
+
βββββββββββββββββββββ
|
223 |
+
</pre>
|
224 |
+
</div>
|
225 |
""")
|
226 |
with gr.Row():
|
227 |
with gr.Column(scale=2):
|