Rahul Bhoyar commited on
Commit
b4fe0a7
·
1 Parent(s): 8df0d8e

Files updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = copy.deepcopy(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: