Spaces:
Running
Running
fschwartzer
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ if 'all_anomalies' not in st.session_state:
|
|
162 |
if 'history' not in st.session_state:
|
163 |
st.session_state['history'] = []
|
164 |
|
165 |
-
tab1, tab2 = st.tabs(["Meta Prophet", "
|
166 |
|
167 |
# Interface para carregar arquivo
|
168 |
uploaded_file = st.file_uploader("Carregue um arquivo CSV ou XLSX", type=['csv', 'xlsx'])
|
|
|
162 |
if 'history' not in st.session_state:
|
163 |
st.session_state['history'] = []
|
164 |
|
165 |
+
tab1, tab2 = st.tabs(["Meta Prophet", "DeepSeek"])
|
166 |
|
167 |
# Interface para carregar arquivo
|
168 |
uploaded_file = st.file_uploader("Carregue um arquivo CSV ou XLSX", type=['csv', 'xlsx'])
|