diff --git a/README.md b/README.md index b9fdefd..e7fc176 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,14 @@ app.run(debug=True, host="127.0.0.1") ## Links +### App Hospedado atualmente nos seguintes domĂ­nios: * Render (master): https://tributary-tunic-yin-dzvp.onrender.com/ * Render (Google-sheets): https://dash-la-google-sheets.onrender.com + +### Planilhas +* Notas: https://docs.google.com/spreadsheets/d/1v6EpUTIYBQF5Sv8lQrHKbK9IJh9mjiaXfUv3rLzliUE/edit?usp=sharing +* Turmas: https://docs.google.com/spreadsheets/d/1ZCvar1Hb82foVQHUOMPn7z4YHmvNXICIiF0HIF3Qurk/edit?usp=sharing ## ReferĂȘncias ### Dash AG Grid diff --git a/src/app.py b/src/app.py index 6de65c5..67dfde4 100644 --- a/src/app.py +++ b/src/app.py @@ -205,7 +205,6 @@ def gather_data(n_intervals): Turmas_df = pd.read_excel(f'https://docs.google.com/spreadsheets/d/{Sheet_turmas}/export?format=xlsx') Turmas_df = Turmas_df.to_dict('records') - print(Turmas_df) return Notas_df, Turmas_df