Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ st.set_page_config(page_title="Umami Data Processing", layout="wide")
|
|
7 |
# Display the main title of the application
|
8 |
st.title("Umami Data Processing")
|
9 |
|
10 |
-
st.
|
11 |
|
12 |
# Provide a link to a tutorial for more detailed instructions
|
13 |
st.markdown("""
|
|
|
7 |
# Display the main title of the application
|
8 |
st.title("Umami Data Processing")
|
9 |
|
10 |
+
st.subheader('Importing CSVs from Umami Cloud to Self-Hosted Umami Data Processing Online')
|
11 |
|
12 |
# Provide a link to a tutorial for more detailed instructions
|
13 |
st.markdown("""
|