fix
Browse files
apps/kpi_analysis/anomalie.py
CHANGED
@@ -6,7 +6,6 @@ import plotly.graph_objs as go
|
|
6 |
import ruptures as rpt
|
7 |
import streamlit as st
|
8 |
|
9 |
-
st.set_page_config(layout="wide")
|
10 |
st.title("KPIsAnomaly Detection")
|
11 |
|
12 |
uploaded_file = st.file_uploader("Upload KPI CSV file", type=["csv"])
|
|
|
6 |
import ruptures as rpt
|
7 |
import streamlit as st
|
8 |
|
|
|
9 |
st.title("KPIsAnomaly Detection")
|
10 |
|
11 |
uploaded_file = st.file_uploader("Upload KPI CSV file", type=["csv"])
|