Spaces:
Runtime error
Runtime error
Commit ·
32c50ef
1
Parent(s): 487553a
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ pinecone.init(
|
|
| 10 |
)
|
| 11 |
index = pinecone.Index(index_id)
|
| 12 |
|
| 13 |
-
query = st.
|
| 14 |
|
| 15 |
if text:
|
| 16 |
model_id = "multi-qa-mpnet-base-dot-v1"
|
|
|
|
| 10 |
)
|
| 11 |
index = pinecone.Index(index_id)
|
| 12 |
|
| 13 |
+
query = st.text_input("Query (exmaple: when to raise funds?)")
|
| 14 |
|
| 15 |
if text:
|
| 16 |
model_id = "multi-qa-mpnet-base-dot-v1"
|