awacke1 commited on
Commit
3e9e1c1
1 Parent(s): e37b28b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}](your_base_url/{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()