Pratyush101 commited on
Commit
a7a107f
·
verified ·
1 Parent(s): fca4a0b

Update app.py

Browse files

I have modified model/street part 2

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ class Button:
224
  self.size = size
225
  self.text = text
226
 
227
- listImg = os.listdir('street') if os.path.exists('street') else []
228
  if not listImg:
229
  st.error("Error: 'street' directory is missing or empty. Please add background images.")
230
  st.stop()
 
224
  self.size = size
225
  self.text = text
226
 
227
+ listImg = os.listdir('model/street') if os.path.exists('street') else []
228
  if not listImg:
229
  st.error("Error: 'street' directory is missing or empty. Please add background images.")
230
  st.stop()