Carlos Rosas commited on
Commit
7c70000
Β·
verified Β·
1 Parent(s): 8680422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -8
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("""<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):
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)