Spaces:
Running
Running
Commit
·
13b132b
1
Parent(s):
e0d46dc
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,8 @@ def respond_stream(
|
|
58 |
|
59 |
css = """
|
60 |
.header-text p {line-height: 80px !important; text-align: left; font-size: 26px;}
|
61 |
-
.header-logo {text-align: left;
|
|
|
62 |
"""
|
63 |
|
64 |
with gr.Blocks(title="Mistral Playground", css=css) as mistral_playground:
|
|
|
58 |
|
59 |
css = """
|
60 |
.header-text p {line-height: 80px !important; text-align: left; font-size: 26px;}
|
61 |
+
.header-logo {text-align: left;}
|
62 |
+
.image-container img {max-width: 80px; height: auto;}
|
63 |
"""
|
64 |
|
65 |
with gr.Blocks(title="Mistral Playground", css=css) as mistral_playground:
|