Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks(theme="soft") as iface:
|
|
53 |
with gr.Row():
|
54 |
api_key_input = gr.Textbox(
|
55 |
label="Enter your Groq API Key",
|
56 |
-
placeholder="
|
57 |
type="password",
|
58 |
value=DEFAULT_API_KEY # Pre-fill with default key if available
|
59 |
)
|
|
|
53 |
with gr.Row():
|
54 |
api_key_input = gr.Textbox(
|
55 |
label="Enter your Groq API Key",
|
56 |
+
placeholder="...",
|
57 |
type="password",
|
58 |
value=DEFAULT_API_KEY # Pre-fill with default key if available
|
59 |
)
|