Spaces:
Paused
Paused
Carlos Rosas
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -214,14 +214,13 @@ def gradio_interface(user_message):
|
|
214 |
demo = gr.Blocks(css=css)
|
215 |
|
216 |
with demo:
|
217 |
-
gr.HTML("""
|
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):
|
227 |
text_input = gr.Textbox(label="Votre question ou votre instruction", lines=3)
|
|
|
214 |
demo = gr.Blocks(css=css)
|
215 |
|
216 |
with demo:
|
217 |
+
gr.HTML("""
|
218 |
+
<pre style="text-align: center; font-family: monospace; line-height: 1.2;">
|
219 |
+
βββββββββββββββββββββ
|
220 |
+
β pleias-RAG 1.0 β
|
221 |
+
βββββββββββββββββββββ
|
222 |
+
</pre>
|
223 |
+
""")
|
|
|
224 |
with gr.Row():
|
225 |
with gr.Column(scale=2):
|
226 |
text_input = gr.Textbox(label="Votre question ou votre instruction", lines=3)
|