Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,6 +133,7 @@ def submit():
|
|
133 |
except Exception as e:
|
134 |
return jsonify({'error': str(e)}), 500
|
135 |
|
|
|
136 |
@app.route("/")
|
137 |
def index():
|
138 |
return render_template("index.html")
|
|
|
133 |
except Exception as e:
|
134 |
return jsonify({'error': str(e)}), 500
|
135 |
|
136 |
+
|
137 |
@app.route("/")
|
138 |
def index():
|
139 |
return render_template("index.html")
|