Vikas01 commited on
Commit
15a15ed
·
1 Parent(s): eb3c5f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,8 +130,8 @@ def test_connect():
130
 
131
  @app.route("/")
132
  def home():
133
- return render_template('index.html')
134
- # return 'hello'
135
 
136
 
137
 
 
130
 
131
  @app.route("/")
132
  def home():
133
+ #return render_template('index.html')
134
+ return 'hello'
135
 
136
 
137