Update app.py
Browse files
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.
|
| 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:",
|