Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ For detailed instructions on how to use this tool, please visit [myblog](https:/
|
|
| 15 |
""")
|
| 16 |
|
| 17 |
# Widget to upload the CSV file
|
| 18 |
-
uploaded_file = st.file_uploader("Choose
|
| 19 |
|
| 20 |
# Text input for new website ID
|
| 21 |
new_website_id = st.text_input("Enter the new website ID:")
|
|
|
|
| 15 |
""")
|
| 16 |
|
| 17 |
# Widget to upload the CSV file
|
| 18 |
+
uploaded_file = st.file_uploader("Choose an Umami Cloud CSV file", type=['csv'])
|
| 19 |
|
| 20 |
# Text input for new website ID
|
| 21 |
new_website_id = st.text_input("Enter the new website ID:")
|