Carlos Rosas commited on
Commit
381f8ef
Β·
verified Β·
1 Parent(s): c1a04bb

Update app.py

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