Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +16 -6
src/streamlit_app.py
CHANGED
|
@@ -738,17 +738,27 @@ st.markdown(
|
|
| 738 |
unsafe_allow_html=True
|
| 739 |
)
|
| 740 |
|
| 741 |
-
st.title("🔬
|
| 742 |
|
| 743 |
|
| 744 |
st.success("""
|
| 745 |
-
👋 Hi there! I’m **Lily**, your research assistant
|
|
|
|
| 746 |
|
| 747 |
-
|
|
|
|
|
|
|
| 748 |
|
| 749 |
-
-
|
| 750 |
-
|
| 751 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 752 |
""")
|
| 753 |
|
| 754 |
# if driver:
|
|
|
|
| 738 |
unsafe_allow_html=True
|
| 739 |
)
|
| 740 |
|
| 741 |
+
st.title("🔬 PolyMate: Multi-Agent Explainable Polymer Data Explorer")
|
| 742 |
|
| 743 |
|
| 744 |
st.success("""
|
| 745 |
+
👋 Hi there! I’m **Lily**, your polymer research assistant.
|
| 746 |
+
Just tell me your research question—I’ll do the rest! I’ll break it down into actionable steps, search our curated polymer databases, evaluate dataset quality, recommend trusted external resources if needed, and present all results with clear visualizations.
|
| 747 |
|
| 748 |
+
PolyMate covers a wide range of polymer information:
|
| 749 |
+
chemical structures (SMILES/SMARTS, names, classes), labeled property datasets (thermal conductivity, glass transition temperature, modulus, etc.), synthesis pathways with detailed reaction conditions, and functional group mappings for advanced analysis or reverse design.
|
| 750 |
+
Whether you’re screening for specific properties, designing polymers, or exploring reaction routes, I make the process easy and efficient.
|
| 751 |
|
| 752 |
+
---
|
| 753 |
+
|
| 754 |
+
📊 **Example Research Queries**
|
| 755 |
+
|
| 756 |
+
- Which polymers have a glass transition temperature between 120–150 °C?
|
| 757 |
+
- Show me polymers with thermal conductivity > 0.3 W/mK.
|
| 758 |
+
- I have monomers X and Y—what polymers can I make?
|
| 759 |
+
- What functional groups are common in high-Tg polymers?
|
| 760 |
+
|
| 761 |
+
Let’s get started!
|
| 762 |
""")
|
| 763 |
|
| 764 |
# if driver:
|