Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -275,6 +275,27 @@ def main():
|
|
275 |
- **Automatically Generate Plug-and-Play Implementation Code Based on Your Configuration**
|
276 |
""")
|
277 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
# Upload file
|
279 |
file = upload_file()
|
280 |
|
|
|
275 |
- **Automatically Generate Plug-and-Play Implementation Code Based on Your Configuration**
|
276 |
""")
|
277 |
|
278 |
+
# Sidebar Intro
|
279 |
+
st.sidebar.markdown('## App Created By')
|
280 |
+
st.sidebar.markdown("""
|
281 |
+
Harshad Suryawanshi:
|
282 |
+
[Linkedin](https://www.linkedin.com/in/harshadsuryawanshi/), [Medium](https://harshadsuryawanshi.medium.com/), [X](https://twitter.com/HarshadSurya1c)
|
283 |
+
""")
|
284 |
+
st.sidebar.markdown('## Other Projects')
|
285 |
+
st.sidebar.markdown("""
|
286 |
+
- [C3 Voice Assistant - Making LLM/RAG Apps Accessible to Everyone](https://www.linkedin.com/posts/harshadsuryawanshi_ai-llamaindex-gpt3-activity-7149796976442740736-1lXj?utm_source=share&utm_medium=member_desktop)
|
287 |
+
- [NA2SQL - Extracting Insights from Databases using Natural Language](https://www.linkedin.com/posts/harshadsuryawanshi_ai-llamaindex-streamlit-activity-7141801596006440960-mCjT)
|
288 |
+
- [Pokemon Go! Inspired AInimal GO! - Multimodal RAG App](https://www.linkedin.com/posts/harshadsuryawanshi_llamaindex-ai-deeplearning-activity-7134632983495327744-M7yy)
|
289 |
+
- [Building My Own GPT4-V with PaLM and Kosmos](https://lnkd.in/dawgKZBP)
|
290 |
+
- [AI Equity Research Analyst](https://ai-eqty-rsrch-anlyst.streamlit.app/)
|
291 |
+
- [Recasting "The Office" Scene](https://blackmirroroffice.streamlit.app/)
|
292 |
+
- [Story Generator](https://appstorycombined-agaf9j4ceit.streamlit.app/)
|
293 |
+
""")
|
294 |
+
|
295 |
+
st.sidebar.markdown('## Disclaimer')
|
296 |
+
st.sidebar.markdown("""This application is for demonstration purposes only and may not cover all aspects of real-world data complexities. Please use it as a guide and not as a definitive source for decision-making.""")
|
297 |
+
|
298 |
+
|
299 |
# Upload file
|
300 |
file = upload_file()
|
301 |
|