Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ fang_translation = load_translations_fang("fang.csv")
|
|
51 |
def index():
|
52 |
return render_template('index.html', translations=translations)
|
53 |
|
54 |
-
@app.route('/
|
55 |
def index_fang():
|
56 |
return render_template('fang.html', translations=fang_translation)
|
57 |
|
|
|
51 |
def index():
|
52 |
return render_template('index.html', translations=translations)
|
53 |
|
54 |
+
@app.route('/fangs')
|
55 |
def index_fang():
|
56 |
return render_template('fang.html', translations=fang_translation)
|
57 |
|