Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,10 +68,6 @@ image_path = "static/le-carnet.png"
|
|
68 |
with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
|
69 |
# Header with image and title
|
70 |
with gr.Row():
|
71 |
-
gr.Markdown(
|
72 |
-
value=f"",
|
73 |
-
elem_classes="header-image"
|
74 |
-
)
|
75 |
gr.Markdown(
|
76 |
"<h1 style='margin:0; display:inline; vertical-align:top;'>LeCarnet</h1>",
|
77 |
label=None
|
|
|
68 |
with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
|
69 |
# Header with image and title
|
70 |
with gr.Row():
|
|
|
|
|
|
|
|
|
71 |
gr.Markdown(
|
72 |
"<h1 style='margin:0; display:inline; vertical-align:top;'>LeCarnet</h1>",
|
73 |
label=None
|