Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def get_url_filename(url):
|
|
| 26 |
|
| 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
|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
# Streamlit app title
|
| 29 |
+
st.title("Bulk 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
|