Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -259,11 +259,11 @@ It utilizes a dynamic routing engine to fetch real-time quantitative metrics via
|
|
| 259 |
# Sample Questions Section
|
| 260 |
with st.expander("💡 View Sample Questions", expanded=True):
|
| 261 |
st.markdown("""
|
| 262 |
-
**Try asking about Qualitative 10-K Data:**
|
| 263 |
* *"What are the primary supply chain risks mentioned in Apple's latest 10-K?"*
|
| 264 |
* *"Who is the CEO of Nvidia and what is their strategy?"*
|
| 265 |
|
| 266 |
-
**Try asking for Real-Time Quantitative Data:**
|
| 267 |
* *"What is the current PE ratio and market cap of Tesla?"*
|
| 268 |
* *"Fetch the trading volume and 52-week high for Microsoft."*
|
| 269 |
|
|
|
|
| 259 |
# Sample Questions Section
|
| 260 |
with st.expander("💡 View Sample Questions", expanded=True):
|
| 261 |
st.markdown("""
|
| 262 |
+
**Try asking about Qualitative 10-K Data: (Supported companies for this tool: Apple,Nvidia and Tesla)**
|
| 263 |
* *"What are the primary supply chain risks mentioned in Apple's latest 10-K?"*
|
| 264 |
* *"Who is the CEO of Nvidia and what is their strategy?"*
|
| 265 |
|
| 266 |
+
**Try asking for Real-Time Quantitative Data:(All NASDAQ companies supported for this tool)**
|
| 267 |
* *"What is the current PE ratio and market cap of Tesla?"*
|
| 268 |
* *"Fetch the trading volume and 52-week high for Microsoft."*
|
| 269 |
|