Nithi123 commited on
Commit
93cc473
1 Parent(s): ec17a93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -70,6 +70,5 @@ if prompt1:
70
  st.error("Vectors are not initialized. Please click 'Documents Embedding' first.")
71
  else:
72
  try:
73
- # ... rest of your retrieval logic ...
74
- except Exception as e:
75
  st.error(f"Error processing your question: {e}")
 
70
  st.error("Vectors are not initialized. Please click 'Documents Embedding' first.")
71
  else:
72
  try:
73
+ except Exception as e:
 
74
  st.error(f"Error processing your question: {e}")