fschwartzer commited on
Commit
2fa7748
·
verified ·
1 Parent(s): 153ee64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Microsoft TAPEX"])
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'])