Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ def avaliacao_imovel(planilha):
|
|
214 |
|
215 |
# INTEREVALO DE CONFIANÇA DE 80%
|
216 |
# importando a tabela de t de student
|
217 |
-
df_t = pd.read_excel('
|
218 |
# número de dados
|
219 |
n = result.shape[0]-1
|
220 |
# "t" de student
|
|
|
214 |
|
215 |
# INTEREVALO DE CONFIANÇA DE 80%
|
216 |
# importando a tabela de t de student
|
217 |
+
df_t = pd.read_excel('TABELAS.xlsx','t')
|
218 |
# número de dados
|
219 |
n = result.shape[0]-1
|
220 |
# "t" de student
|