Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -362,16 +362,16 @@ with tab3:
|
|
362 |
|
363 |
# 💡 Static Prompt Suggestions for All Disciplines
|
364 |
static_prompts = [
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
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):
|