Spaces:
Running
Running
Update app.py
Browse files
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="
|
73 |
-
|
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 |
|