Spaces:
Sleeping
Sleeping
Update outerElectronFl.py
Browse files- 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
|
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():
|