Spaces:
Paused
Paused
Rahul Bhoyar commited on
Commit ·
bd013a7
1
Parent(s): 6cec777
Files updated
Browse files
app.py
CHANGED
|
@@ -67,7 +67,6 @@ if query_engine_creation:
|
|
| 67 |
|
| 68 |
# Streamlit input for user query
|
| 69 |
if success:
|
| 70 |
-
QUERY_ENGINE = copy.deepcopy(query_engine)
|
| 71 |
user_query = st.text_input("Enter your query:")
|
| 72 |
|
| 73 |
# Query engine with user input
|
|
|
|
| 67 |
|
| 68 |
# Streamlit input for user query
|
| 69 |
if success:
|
|
|
|
| 70 |
user_query = st.text_input("Enter your query:")
|
| 71 |
|
| 72 |
# Query engine with user input
|