Shakir60 commited on
Commit
def7c02
·
verified ·
1 Parent(s): c80f87c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -339,12 +339,12 @@ def get_groq_response(query: str, context: str) -> str:
339
 
340
  def main():
341
  st.set_page_config(
342
- page_title="Construction Defect Analyzer",
343
  page_icon="🏗️",
344
  layout="wide"
345
  )
346
 
347
- st.title("🏗️ Construction Defect Analyzer")
348
 
349
  # Initialize systems in session state if not present
350
  if 'analyzer' not in st.session_state:
 
339
 
340
  def main():
341
  st.set_page_config(
342
+ page_title="Smart Construction Defect Analyzer",
343
  page_icon="🏗️",
344
  layout="wide"
345
  )
346
 
347
+ st.title("🏗️ Smart Construction Defect Analyzer")
348
 
349
  # Initialize systems in session state if not present
350
  if 'analyzer' not in st.session_state: