Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions application/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
import plotly.express as px


# @app.route('/')
# def index():
# return render_template('index.html')

@app.route('/')
def index():
return render_template('index.html')

@app.route('/chart1')
def chart1():

# Graph One
df = px.data.medals_wide()
Expand Down