Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,13 @@ import streamlit as st
|
|
5 |
st.set_page_config(page_title="Umami Data Processing", layout="wide")
|
6 |
|
7 |
# Display the main title of the application
|
8 |
-
st.title("
|
|
|
|
|
9 |
|
10 |
# Provide a link to a tutorial for more detailed instructions
|
11 |
st.markdown("""
|
12 |
-
For detailed instructions on how to use this tool, please visit [myblog](https://blog.closex.org/posts/29bdb155/) or .
|
13 |
""")
|
14 |
|
15 |
# Widget to upload the CSV file
|
|
|
5 |
st.set_page_config(page_title="Umami Data Processing", layout="wide")
|
6 |
|
7 |
# Display the main title of the application
|
8 |
+
st.title("Umami Data Processing")
|
9 |
+
|
10 |
+
st.header('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("""
|
14 |
+
For detailed instructions on how to use this tool, please visit [myblog](https://blog.closex.org/posts/29bdb155/) or [Youtube Video]().
|
15 |
""")
|
16 |
|
17 |
# Widget to upload the CSV file
|