TahaRasouli commited on
Commit
984b32f
·
verified ·
1 Parent(s): b20cca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- except Exception as e:
280
- st.error(f"Error in Q&A interface: {str(e)}")
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