Spaces:
Runtime error
Runtime error
Update PACF text formatting
Browse files- 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 |
-
|
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')
|