Ryan2219 commited on
Commit
6481f5a
·
verified ·
1 Parent(s): 690cf91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -385,6 +385,10 @@ with st.sidebar:
385
  "Upload a construction drawing PDF and ask compliance questions. "
386
  "The system uses **agentic vision** + **NYC code database** to "
387
  "verify code compliance."
 
 
 
 
388
  )
389
 
390
  st.divider()
 
385
  "Upload a construction drawing PDF and ask compliance questions. "
386
  "The system uses **agentic vision** + **NYC code database** to "
387
  "verify code compliance."
388
+ "--"
389
+ "During Business Hours Gemini servers see high traffic."
390
+ "This may slow or crash the application, this is a Gemini issue,"
391
+ "if a response takes more than 1 minute try again later."
392
  )
393
 
394
  st.divider()