simran19 commited on
Commit
5389f31
·
verified ·
1 Parent(s): 85aa30f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,9 +26,9 @@ def home():
26
  print("Rendering home.html") # Debug print
27
  return render_template('home.html', btc_price=btc_price)
28
 
29
- @app.route('/about')
30
- def about():
31
- return render_template('about.html')
32
 
33
 
34
  @app.route('/start')
 
26
  print("Rendering home.html") # Debug print
27
  return render_template('home.html', btc_price=btc_price)
28
 
29
+ @app.route('/about')
30
+ def about():
31
+ return render_template('about.html')
32
 
33
 
34
  @app.route('/start')