Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ with gr.Blocks() as form:
|
|
| 184 |
with gr.Column():
|
| 185 |
gr.Markdown("Pinecone settings")
|
| 186 |
pinecone_env = gr.Textbox(label = "Environment Name")
|
| 187 |
-
pinecone_index = gr.Textbox(label = "Index Name"
|
| 188 |
pinecone_key = gr.Textbox(label="API key", type="password")
|
| 189 |
|
| 190 |
save_btn = gr.Button("Save Settings")
|
|
|
|
| 184 |
with gr.Column():
|
| 185 |
gr.Markdown("Pinecone settings")
|
| 186 |
pinecone_env = gr.Textbox(label = "Environment Name")
|
| 187 |
+
pinecone_index = gr.Textbox(label = "Index Name")
|
| 188 |
pinecone_key = gr.Textbox(label="API key", type="password")
|
| 189 |
|
| 190 |
save_btn = gr.Button("Save Settings")
|