Spaces:
Running
Running
marcofrodl
commited on
Commit
·
12f10e6
1
Parent(s):
148a716
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ css = """
|
|
61 |
.header-logo {text-align: left}
|
62 |
"""
|
63 |
|
64 |
-
with gr.Blocks(title="Mistral Playground") as mistral_playground:
|
65 |
with gr.Row():
|
66 |
with gr.Column(scale=1, min_width=80):
|
67 |
gr.Image("tt-logo.jpg", width=80, height=80, show_download_button=False, show_share_button=False, interactive=False, show_label=False, elem_id="thinktecture-logo", elem_classes="header-logo", container=False)
|
|
|
61 |
.header-logo {text-align: left}
|
62 |
"""
|
63 |
|
64 |
+
with gr.Blocks(title="Mistral Playground", css=css) as mistral_playground:
|
65 |
with gr.Row():
|
66 |
with gr.Column(scale=1, min_width=80):
|
67 |
gr.Image("tt-logo.jpg", width=80, height=80, show_download_button=False, show_share_button=False, interactive=False, show_label=False, elem_id="thinktecture-logo", elem_classes="header-logo", container=False)
|