Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(
|
|
120 |
with gr.Column(scale=1):
|
121 |
api_key_input = gr.Textbox(
|
122 |
label="Mistral API Key",
|
123 |
-
placeholder="Paste your Mistral API key here
|
124 |
type="password",
|
125 |
lines=1
|
126 |
)
|
|
|
120 |
with gr.Column(scale=1):
|
121 |
api_key_input = gr.Textbox(
|
122 |
label="Mistral API Key",
|
123 |
+
placeholder="Paste your Mistral API key here",
|
124 |
type="password",
|
125 |
lines=1
|
126 |
)
|