Carlos Rosas commited on
Commit
f09df13
·
verified ·
1 Parent(s): 77052a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ demo = gr.Blocks(css=css)
216
  with demo:
217
  # Add logo and title
218
  gr.Image("pleias.png", show_label=False, container=False, height=200, width=200)
219
- gr.HTML("""<h1 style="text-align:center">pleias-RAG 1.0</h1>""")
220
  with gr.Row():
221
  with gr.Column(scale=2):
222
  text_input = gr.Textbox(label="Votre question ou votre instruction", lines=3)
 
216
  with demo:
217
  # Add logo and title
218
  gr.Image("pleias.png", show_label=False, container=False, height=200, width=200)
219
+ gr.HTML("""<h1 style="text-align:center">pleias-RAG 1.0</h1>""")
220
  with gr.Row():
221
  with gr.Column(scale=2):
222
  text_input = gr.Textbox(label="Votre question ou votre instruction", lines=3)