OzoneAsai commited on
Commit
7ab89b8
1 Parent(s): 8bb788a

Update outerElectronFl.py

Browse files
Files changed (1) hide show
  1. outerElectronFl.py +1 -1
outerElectronFl.py CHANGED
@@ -103,7 +103,7 @@ current_country, current_capital = get_random_country()
103
 
104
  @app.route('/')
105
  def index():
106
- return redirect(url_for('index.html'))
107
 
108
  @app.route('/quiz_capital', methods=['GET', 'POST'])
109
  def quiz_capital():
 
103
 
104
  @app.route('/')
105
  def index():
106
+ return render_template('index.html')
107
 
108
  @app.route('/quiz_capital', methods=['GET', 'POST'])
109
  def quiz_capital():