hanifekaptan commited on
Commit
6657ee6
·
verified ·
1 Parent(s): cb0c161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  import barcode
3
  import segno
 
4
  import io
5
 
6
  class QRCodeGenerator:
 
1
  import streamlit as st
2
  import barcode
3
  import segno
4
+ import segno.helpers
5
  import io
6
 
7
  class QRCodeGenerator: