Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -276,8 +276,8 @@ class StreamlitDocProcessor:
|
|
276 |
except Exception as e:
|
277 |
st.error(f"Error getting complete analysis: {str(e)}")
|
278 |
|
279 |
-
|
280 |
-
|
281 |
|
282 |
|
283 |
|
|
|
276 |
except Exception as e:
|
277 |
st.error(f"Error getting complete analysis: {str(e)}")
|
278 |
|
279 |
+
except Exception as e:
|
280 |
+
st.error(f"Error in Q&A interface: {str(e)}")
|
281 |
|
282 |
|
283 |
|