IAMTFRMZA commited on
Commit
36824ab
·
verified ·
1 Parent(s): 52057fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -362,16 +362,16 @@ with tab3:
362
 
363
  # 💡 Static Prompt Suggestions for All Disciplines
364
  static_prompts = [
365
- "Show me all architectural plans",
366
- "Show me all structural drawings",
367
- "Show me all civil drawings",
368
- "Show me all mechanical plans",
369
- "Show me all hydraulic layouts",
370
- "Show me all electrical drawings",
371
- "Where are the switchboards located?",
372
- "Where are the tree protection zones?",
373
- "Where are the HVAC units placed?",
374
- "What is the roof framing layout?"
375
  ]
376
 
377
  with st.expander("💡 Try a Prompt", expanded=False):
 
362
 
363
  # 💡 Static Prompt Suggestions for All Disciplines
364
  static_prompts = [
365
+ "Find architectural site plans",
366
+ "List structural foundation drawings",
367
+ "Show civil earthworks plans",
368
+ "Locate mechanical ventilation layouts",
369
+ "Display hydraulic waste and drainage drawings",
370
+ "Show electrical lighting and power layouts",
371
+ "Find all tree protection zone drawings",
372
+ "Where are the electrical switchboards?",
373
+ "What is the HVAC equipment layout?",
374
+ "Show roof framing details"
375
  ]
376
 
377
  with st.expander("💡 Try a Prompt", expanded=False):