Spaces:
Runtime error
Runtime error
correct title
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from app_utils import *
|
|
6 |
|
7 |
def main():
|
8 |
|
9 |
-
st.title("Time Series
|
10 |
|
11 |
st.write("""
|
12 |
Autocorrelation is the correlation of a single time series with a lag copy of itself.\n
|
|
|
6 |
|
7 |
def main():
|
8 |
|
9 |
+
st.title("Time Series Autocorrelation Demo")
|
10 |
|
11 |
st.write("""
|
12 |
Autocorrelation is the correlation of a single time series with a lag copy of itself.\n
|