AshjanMohammed commited on
Commit
17c4968
·
verified ·
1 Parent(s): 7a71a9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -20
app.py CHANGED
@@ -385,34 +385,29 @@ with st.expander("💡 Quick Questions & Examples"):
385
  # Organize questions by category
386
  categories = {
387
  "C2/STAFF": [
388
- "Explain C2 command structure in operations",
389
- "What are staff coordination procedures?",
390
- "Decision making process in command"
391
  ],
392
  "INTEL/RECON": [
393
- "Ground maneuver force target marking conditions",
394
- "Intelligence gathering best practices",
395
- "Reconnaissance task priorities"
396
- ],
397
- "MEDICAL": [
398
- "MEDEVAC reference documentation",
399
- "Casualty care protocols",
400
- "Medical evacuation procedures"
401
  ],
 
402
  "TACTICAL": [
403
- "Area description ordering protocols",
404
- "Tactical positioning principles",
405
- "Maneuver techniques overview"
406
  ],
407
  "OE/ENVIRONMENT": [
408
- "Terrain analysis methods",
409
- "Weather impact on operations",
410
- "Infrastructure assessment"
411
  ],
412
  "CA/PA": [
413
- "Civil affairs protocols",
414
- "Public affairs guidelines",
415
- "Community engagement procedures"
416
  ]
417
  }
418
 
 
385
  # Organize questions by category
386
  categories = {
387
  "C2/STAFF": [
388
+ "What elements make up a C2 system in military operations?",
389
+ "What is the purpose of coordination measures in staff operations?",
390
+ "When does a commander make an execution decision during operations?"
391
  ],
392
  "INTEL/RECON": [
393
+ "What are the key components of intelligence operations according to ADP 2-0?",
394
+ "Why are reconnaissance objectives important in planning missions?",
395
+
 
 
 
 
 
396
  ],
397
+
398
  "TACTICAL": [
399
+ "What is the goal of tactical weapon positioning?",
400
+ "What are common maneuver forms used in offensive operations?",
 
401
  ],
402
  "OE/ENVIRONMENT": [
403
+ "What details should be included when describing an area-type disposition?",
404
+ "What is terrain analysis and why is it important in military operations?",
405
+ "How does precipitation affect operational planning?"
406
  ],
407
  "CA/PA": [
408
+ "What are the main factors to consider in assessing infrastructure within an operational area?",
409
+ "What are civil considerations and why are they important in operations?",
410
+ "What are the doctrinal references for Public Affairs activities?"
411
  ]
412
  }
413