Spaces:
saq1b
/
Running

akhaliq HF staff commited on
Commit
370df13
1 Parent(s): 82684d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -133,9 +133,10 @@ with gr.Blocks() as demo:
133
 
134
  with gr.Row():
135
  with gr.Column():
136
- api_input = gr.Password(
137
  label="Enter your Groq API Key:",
138
  placeholder="Your Groq API Key",
 
139
  )
140
  user_input = gr.Textbox(
141
  label="Enter your query:",
 
133
 
134
  with gr.Row():
135
  with gr.Column():
136
+ api_input = gr.Textbox(
137
  label="Enter your Groq API Key:",
138
  placeholder="Your Groq API Key",
139
+ type="password"
140
  )
141
  user_input = gr.Textbox(
142
  label="Enter your query:",