Spaces:
Runtime error
Runtime error
Commit
·
062c3f5
1
Parent(s):
479646e
query
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ def app_init():
|
|
| 88 |
def main():
|
| 89 |
p1, p2, p3 = app_init()
|
| 90 |
st.title("Haystack Demo")
|
| 91 |
-
input = st.text_input("Query ...")
|
| 92 |
|
| 93 |
query_type = st.radio("Type",
|
| 94 |
("Retrieval Augmented", "Retrieval Augmented with Web Search"))
|
|
|
|
| 88 |
def main():
|
| 89 |
p1, p2, p3 = app_init()
|
| 90 |
st.title("Haystack Demo")
|
| 91 |
+
input = st.text_input("Query ...", "Did SVB collapse?")
|
| 92 |
|
| 93 |
query_type = st.radio("Type",
|
| 94 |
("Retrieval Augmented", "Retrieval Augmented with Web Search"))
|