Skip to content

Commit

Permalink
Incluindo o link das planilhas no Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Oesterd committed Mar 2, 2024
1 parent f38a554 commit 4b14718
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b14718

Please sign in to comment.