pkiage commited on
Commit
dcdc7b7
1 Parent(s): 3c32096

correct title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from app_utils import *
6
 
7
  def main():
8
 
9
- st.title("Time Series Acorr_presentationutocorrelation Demo")
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