pkiage commited on
Commit
ce47c0c
1 Parent(s): 8ff729d

Update PACF text formatting

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -82,7 +82,7 @@ def main():
82
  st.header("Partial Auto-Correlation Function (PACF)")
83
 
84
  st.write("""Unlike ACF, PACF controls for other lags.\n
85
- PACF represents how significant adding lag n is when you already have lag n-1.""")
86
 
87
  pacf_type = st.radio(
88
  'Default PACF:', ('True', 'False'), key='pacf_type')
 
82
  st.header("Partial Auto-Correlation Function (PACF)")
83
 
84
  st.write("""Unlike ACF, PACF controls for other lags.\n
85
+ PACF represents how significant adding lag n is when you already have lag n-1.""")
86
 
87
  pacf_type = st.radio(
88
  'Default PACF:', ('True', 'False'), key='pacf_type')