Spaces:
Running
Running
Commit
·
148a716
1
Parent(s):
752f525
Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,12 @@ css = """
|
|
62 |
"""
|
63 |
|
64 |
with gr.Blocks(title="Mistral Playground") as mistral_playground:
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
with gr.Row():
|
66 |
api_key = gr.Textbox(lines=1, label="Mistral API Key")
|
67 |
model = gr.Radio(
|
|
|
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)
|
68 |
+
with gr.Column(scale=11):
|
69 |
+
gr.Markdown("Thinktecture Mistral AI Playground", elem_classes="header-text")
|
70 |
+
|
71 |
with gr.Row():
|
72 |
api_key = gr.Textbox(lines=1, label="Mistral API Key")
|
73 |
model = gr.Radio(
|