última versão
Browse files- 1_Principal.py +1 -3
- README.md +11 -2
1_Principal.py
CHANGED
@@ -27,8 +27,7 @@ if 'token' not in st.session_state:
|
|
27 |
if result and 'token' in result:
|
28 |
st.session_state.token = result.get('token')
|
29 |
|
30 |
-
else:
|
31 |
-
|
32 |
token = st.session_state['token']
|
33 |
#st.json(token)
|
34 |
access_token = token.get("access_token")
|
@@ -127,4 +126,3 @@ else:
|
|
127 |
st.session_state["id_curso_selecionado"] = id_curso_selecionado
|
128 |
carregar_alunos(id_curso_selecionado)
|
129 |
st.success("Todos os dados carregados!")
|
130 |
-
|
|
|
27 |
if result and 'token' in result:
|
28 |
st.session_state.token = result.get('token')
|
29 |
|
30 |
+
else:
|
|
|
31 |
token = st.session_state['token']
|
32 |
#st.json(token)
|
33 |
access_token = token.get("access_token")
|
|
|
126 |
st.session_state["id_curso_selecionado"] = id_curso_selecionado
|
127 |
carregar_alunos(id_curso_selecionado)
|
128 |
st.success("Todos os dados carregados!")
|
|
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
Source code for NeoAVA a recommendation System with Self-Regulated Learning for students and teachers
|
|
|
1 |
+
---
|
2 |
+
title: Neo AVA - Um ambiente virtual integrado com autorregulação
|
3 |
+
emoji: 🏃
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.42.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
short_description: Um ambiente virtual de aprendizagem com recomendação de autorregulação
|
11 |
+
---
|
12 |
|
|