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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -215,9 +215,9 @@ 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
  """)
 
215
 
216
  with demo:
217
  gr.HTML("""
218
+ <pre style="text-align: center; font-family: monospace; line-height: 1.2; font-size: 24px; color: #00ffea; background-color: black; display: inline-block; padding: 10px;">
219
  ╔═══════════════════╗
220
+ β•‘ pleias-RAG 1.0 β•‘
221
  β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
222
  </pre>
223
  """)