Commit
·
0600aa3
1
Parent(s):
bb7de2f
bug fix
Browse files
__pycache__/label_oabench_dashboard.cpython-310.pyc
ADDED
Binary file (4.02 kB). View file
|
|
label_oabench_dashboard.py
CHANGED
@@ -75,7 +75,7 @@ def calcular_contadores_por_parte(anotacoes, df):
|
|
75 |
|
76 |
# Função principal para rodar o dashboard no Streamlit
|
77 |
def run():
|
78 |
-
st.set_page_config(layout="wide")
|
79 |
st.title("Dashboard de Anotações - Benchmark Jurídico OAB")
|
80 |
|
81 |
# Carregar os DataFrames
|
|
|
75 |
|
76 |
# Função principal para rodar o dashboard no Streamlit
|
77 |
def run():
|
78 |
+
#st.set_page_config(layout="wide")
|
79 |
st.title("Dashboard de Anotações - Benchmark Jurídico OAB")
|
80 |
|
81 |
# Carregar os DataFrames
|