Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def main():
|
|
57 |
show_vote_history()
|
58 |
|
59 |
# 🖼️ Display images for voting
|
60 |
-
image_dir = '
|
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
|