awacke1 commited on
Commit
63c49e5
·
verified ·
1 Parent(s): 847acaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def main():
57
  show_vote_history()
58
 
59
  # 🖼️ Display images for voting
60
- image_dir = './images' # Set your directory path with images
61
  display_images(image_dir)
62
 
63
  # 🚀 5. Run the app
 
57
  show_vote_history()
58
 
59
  # 🖼️ Display images for voting
60
+ image_dir = '.' # Set your directory path with images
61
  display_images(image_dir)
62
 
63
  # 🚀 5. Run the app