tyang4 commited on
Commit
0e4dd50
·
verified ·
1 Parent(s): d4440bb

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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("🔬 EcoData collector")
742
 
743
 
744
  st.success("""
745
- 👋 Hi there! I’m **Lily**, your research assistant bot 🤖. I’m here to help you explore data sources related to your **complex research question**. Let’s work together to find the information you need!
 
746
 
747
- 💡 You can start by entering a research question like:
 
 
748
 
749
- - *In Florida, how do hurricanes affect the distribution of snakes?*
750
- - *How does precipitation impact salmon abundance in freshwater ecosystems?*
751
- - *How do climate change and urbanization jointly affect bird migration and diversity in Florida?*
 
 
 
 
 
 
 
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: