Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,13 +64,10 @@ def update_model(model_name):
|
|
64 |
|
65 |
# Gradio UI
|
66 |
with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
|
67 |
-
#
|
68 |
-
|
69 |
-
|
70 |
-
with gr.Row(equal_height=True):
|
71 |
-
# Use the correct URL format for Gradio static files
|
72 |
gr.Markdown(
|
73 |
-
f
|
74 |
elem_classes="header-image"
|
75 |
)
|
76 |
gr.Markdown(
|
|
|
64 |
|
65 |
# Gradio UI
|
66 |
with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
|
67 |
+
# Header with image and title
|
68 |
+
with gr.Row():
|
|
|
|
|
|
|
69 |
gr.Markdown(
|
70 |
+
value=f"",
|
71 |
elem_classes="header-image"
|
72 |
)
|
73 |
gr.Markdown(
|