Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def main():
|
|
47 |
|
48 |
# Update sidebar
|
49 |
for img_file in captured_images:
|
50 |
-
st.sidebar.markdown(f"- [{img_file}](
|
51 |
|
52 |
# QR Code Detection
|
53 |
detector = cv2.QRCodeDetector()
|
|
|
47 |
|
48 |
# Update sidebar
|
49 |
for img_file in captured_images:
|
50 |
+
st.sidebar.markdown(f"- [{img_file}]({img_file})")
|
51 |
|
52 |
# QR Code Detection
|
53 |
detector = cv2.QRCodeDetector()
|