MaxLSB commited on
Commit
99f5fa0
·
verified ·
1 Parent(s): f19d748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -66,12 +66,10 @@ image_path = "static/le-carnet.png"
66
 
67
  # Gradio UI
68
  with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
69
- # Header with image and title
70
  with gr.Row():
71
  gr.HTML("""
72
- <div style="display:flex; align-items:center; gap:16px;">
73
- <img src="file/media/le-carnet.png" alt="Logo" style="height:64px;">
74
- <h1 style="margin:0;">LeCarnet</h1>
75
  </div>
76
  """)
77
 
 
66
 
67
  # Gradio UI
68
  with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
 
69
  with gr.Row():
70
  gr.HTML("""
71
+ <div style="text-align: center; width: 100%;">
72
+ <h1 style="margin: 0;">LeCarnet</h1>
 
73
  </div>
74
  """)
75