DrishtiSharma commited on
Commit
738314a
Β·
verified Β·
1 Parent(s): c8bb395

Update interim.py

Browse files
Files changed (1) hide show
  1. interim.py +6 -1
interim.py CHANGED
@@ -207,4 +207,9 @@ if st.button("Generate Insights"):
207
  st.download_button("Download Report", data=report_file, file_name="Business_Report.pdf")
208
 
209
  except Exception as e:
210
- st.error(f"An error occurred during execution: {e}")
 
 
 
 
 
 
207
  st.download_button("Download Report", data=report_file, file_name="Business_Report.pdf")
208
 
209
  except Exception as e:
210
+ st.error(f"An error occurred during execution: {e}")
211
+
212
+ # Add reference and credits in the sidebar
213
+ st.sidebar.markdown("---")
214
+ st.sidebar.markdown("### Reference:")
215
+ st.sidebar.markdown("[Multi-Agent Business Consultant - Hanan Tabak](https://medium.com/@hanan.tabak/user-friendly-open-source-multi-agent-ai-business-consultant-on-crewai-and-streamlit-0f972feb1b74)")