Force deployment refresh to show updated questions
Browse files- Minor comment change to trigger HuggingFace space restart
- Questions should now be visible: 15 sample questions including harder analytical ones
- If questions still don't show, may need manual space restart
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
app.py
CHANGED
|
@@ -609,7 +609,7 @@ with st.sidebar:
|
|
| 609 |
"Find correlation between PM2.5 and PM10 across different seasons and cities"
|
| 610 |
]
|
| 611 |
|
| 612 |
-
# Quick query buttons in sidebar
|
| 613 |
selected_prompt = None
|
| 614 |
|
| 615 |
|
|
|
|
| 609 |
"Find correlation between PM2.5 and PM10 across different seasons and cities"
|
| 610 |
]
|
| 611 |
|
| 612 |
+
# Quick query buttons in sidebar
|
| 613 |
selected_prompt = None
|
| 614 |
|
| 615 |
|