Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,18 +64,18 @@ def update_model(model_name):
|
|
64 |
|
65 |
# Gradio UI
|
66 |
with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
|
80 |
# Main layout
|
81 |
with gr.Row():
|
|
|
64 |
|
65 |
# Gradio UI
|
66 |
with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
|
67 |
+
with gr.Row(equal_height=True):
|
68 |
+
gr.Image(
|
69 |
+
value="media/le-carnet.png",
|
70 |
+
label=None,
|
71 |
+
height=60,
|
72 |
+
width=60,
|
73 |
+
interactive=False
|
74 |
+
)
|
75 |
+
gr.Markdown(
|
76 |
+
"<h1 style='margin:0; display:inline; vertical-align:top;'>LeCarnet</h1>",
|
77 |
+
label=None
|
78 |
+
)
|
79 |
|
80 |
# Main layout
|
81 |
with gr.Row():
|