Spaces:
Build error
Build error
Update Backend.py
Browse files- Backend.py +1 -2
Backend.py
CHANGED
|
@@ -220,5 +220,4 @@ def initialize_qa_system(_vector_store):
|
|
| 220 |
return agent_executor # Return the agent executor
|
| 221 |
except Exception as e:
|
| 222 |
st.error(f"Error initializing QA system: {e}")
|
| 223 |
-
return None
|
| 224 |
-
|
|
|
|
| 220 |
return agent_executor # Return the agent executor
|
| 221 |
except Exception as e:
|
| 222 |
st.error(f"Error initializing QA system: {e}")
|
| 223 |
+
return None
|
|
|