akhaliq HF staff commited on
Commit
1714679
1 Parent(s): 8ec4444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="sk-...",
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
  )