Spaces:
Running
Running
Commit
·
25bd273
1
Parent(s):
13b132b
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks(title="Mistral Playground", css=css) as mistral_playground:
|
|
70 |
gr.Markdown("Thinktecture Mistral AI Playground", elem_classes="header-text")
|
71 |
|
72 |
with gr.Row():
|
73 |
-
api_key = gr.Textbox(lines=1, label="Mistral API Key")
|
74 |
model = gr.Radio(
|
75 |
choices=["mistral-tiny", "mistral-small", "mistral-medium"],
|
76 |
value="mistral-tiny",
|
|
|
70 |
gr.Markdown("Thinktecture Mistral AI Playground", elem_classes="header-text")
|
71 |
|
72 |
with gr.Row():
|
73 |
+
api_key = gr.Textbox(type='password', placeholder='Your Mistral AI API key', lines=1, label="Mistral AI API Key")
|
74 |
model = gr.Radio(
|
75 |
choices=["mistral-tiny", "mistral-small", "mistral-medium"],
|
76 |
value="mistral-tiny",
|