DSatishchandra commited on
Commit
6bf4495
·
verified ·
1 Parent(s): e5373c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")