Nipun Claude commited on
Commit
7102d87
·
1 Parent(s): 44a3b70

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]>

Files changed (1) hide show
  1. app.py +1 -1
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 with helpful descriptions
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