Kaludi commited on
Commit
fa12f3d
1 Parent(s): 30a16e3

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ def get_url_filename(url):
27
 
28
  # Streamlit app title
29
  st.title("QR Code Generator")
 
30
 
31
  # QR code content options
32
  qr_content_options = ["URL", "Text"]
 
27
 
28
  # Streamlit app title
29
  st.title("QR Code Generator")
30
+ st.write("This is a simple Streamlit web app for generating QR codes based on user input. You can choose between generating a QR code for a URL or plain text with the ability to generate multiple URLs at once.")
31
 
32
  # QR code content options
33
  qr_content_options = ["URL", "Text"]