Spaces:
Paused
Paused
Rahul Bhoyar
commited on
Commit
·
b4fe0a7
1
Parent(s):
8df0d8e
Files updated
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ else:
|
|
63 |
st.write("Please upload a file first.")
|
64 |
|
65 |
if query_engine_creation:
|
66 |
-
QUERY_ENGINE =
|
67 |
|
68 |
# Streamlit input for user query
|
69 |
if success:
|
|
|
63 |
st.write("Please upload a file first.")
|
64 |
|
65 |
if query_engine_creation:
|
66 |
+
QUERY_ENGINE = query_engine
|
67 |
|
68 |
# Streamlit input for user query
|
69 |
if success:
|