Commit
·
7e6f00d
1
Parent(s):
72dc442
bug fix
Browse files
__pycache__/label_oabench_dashboard.cpython-310.pyc
CHANGED
Binary files a/__pycache__/label_oabench_dashboard.cpython-310.pyc and b/__pycache__/label_oabench_dashboard.cpython-310.pyc differ
|
|
label_oabench_dashboard.py
CHANGED
@@ -100,7 +100,7 @@ def calcular_itens_incompletos(anotacoes_discursivas, anotacoes_praticas, df_dis
|
|
100 |
|
101 |
# Função principal do Streamlit
|
102 |
def run():
|
103 |
-
st.set_page_config(layout="wide")
|
104 |
st.title("Dashboard de Anotações - Benchmark Jurídico OAB")
|
105 |
|
106 |
# Carregar os DataFrames
|
|
|
100 |
|
101 |
# Função principal do Streamlit
|
102 |
def run():
|
103 |
+
#st.set_page_config(layout="wide")
|
104 |
st.title("Dashboard de Anotações - Benchmark Jurídico OAB")
|
105 |
|
106 |
# Carregar os DataFrames
|