Update app.py
Browse files
app.py
CHANGED
@@ -546,52 +546,3 @@ if page == "About":
|
|
546 |
st.write("This app is currently in beta. Please report any bugs to the team.")
|
547 |
|
548 |
add_vertical_space(1)
|
549 |
-
|
550 |
-
st.subheader("Tech Stack Diagram")
|
551 |
-
|
552 |
-
st.image(
|
553 |
-
"src/assets/GRDN_AI_techstack_.png",
|
554 |
-
caption=None,
|
555 |
-
use_column_width=None,
|
556 |
-
clamp=False,
|
557 |
-
channels="RGB",
|
558 |
-
output_format="auto",
|
559 |
-
)
|
560 |
-
|
561 |
-
add_vertical_space(4)
|
562 |
-
|
563 |
-
col1, col2 = st.columns([1, 1])
|
564 |
-
with col1:
|
565 |
-
st.subheader("Contact Information")
|
566 |
-
st.write("Author: Danielle Heymann")
|
567 |
-
st.write("Email: [email protected]")
|
568 |
-
st.write("LinkedIn: https://www.linkedin.com/in/danielle-heymann/")
|
569 |
-
with col2:
|
570 |
-
st.subheader("Software, data, and libraries used")
|
571 |
-
st.write("Libraries and Software")
|
572 |
-
st.markdown(
|
573 |
-
"""
|
574 |
-
- Python
|
575 |
-
- streamlit
|
576 |
-
- openai
|
577 |
-
- plotly
|
578 |
-
- pandas
|
579 |
-
- numpy
|
580 |
-
- PIL
|
581 |
-
- langchain
|
582 |
-
- streamlit_chat
|
583 |
-
- github copilot
|
584 |
-
- Llama2
|
585 |
-
- Deci AI
|
586 |
-
- HuggingFace
|
587 |
-
- LlamaIndex
|
588 |
-
- chatGPT
|
589 |
-
- GPT family of models
|
590 |
-
- DALL路E 3 (in preprocessing script for image generation)
|
591 |
-
"""
|
592 |
-
)
|
593 |
-
st.write(
|
594 |
-
"Data sources in addition to what LLMs were trained on: \n https://waldenlabs.com/the-ultimate-companion-planting-guide-chart/ "
|
595 |
-
)
|
596 |
-
|
597 |
-
# st.write("avatars from: https://www.flaticon.com/free-icons/bot")
|
|
|
546 |
st.write("This app is currently in beta. Please report any bugs to the team.")
|
547 |
|
548 |
add_vertical_space(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|