meebox commited on
Commit
09094b8
1 Parent(s): 0e1a6af

add the QRCode spec link

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import qrcode
2
  import gradio as gr
3
 
 
1
+ # For QRCode spec, see the link below:
2
+ # https://www.qrcode.com/en/about/standards.html
3
  import qrcode
4
  import gradio as gr
5