RoversX commited on
Commit
82b6302
1 Parent(s): dad4ce6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 a CSV file", type=['csv'])
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:")