Skip to content

Commit

Permalink
Merge pull request #7 from usd-cs/powerbi
Browse files Browse the repository at this point in the history
added comments
  • Loading branch information
MathishaKaru authored Dec 10, 2024
2 parents cd7abe8 + 09853e7 commit f0c28bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

@app.route("/")
def index():
"""
Renders the homepage/dashboard.
This function handles requests to the root URL ("/")
and returns the rendered "index.html" template. Containing the dashboard
to look at student breakfast dining metrics from a report generated in PowerBi.
"""
return render_template("index.html")


Expand Down

0 comments on commit f0c28bb

Please sign in to comment.