DrishtiSharma
commited on
Update app.py
Browse files
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)")
|