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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -203,3 +203,9 @@ if st.button("Generate Insights"):
203
 
204
  except Exception as e:
205
  st.error(f"An error occurred during execution: {e}")
 
 
 
 
 
 
 
203
 
204
  except Exception as e:
205
  st.error(f"An error occurred during execution: {e}")
206
+
207
+
208
+ # Add reference and credits in the sidebar
209
+ st.sidebar.markdown("---")
210
+ st.sidebar.markdown("### Reference:")
211
+ 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)")