Upload app.py
Browse files
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"]
|