koti-malla commited on
Commit
0667834
·
1 Parent(s): bb72548

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ def predict():
26
  return render_template('index.html', input_text=input_text, predicted_sql=predicted_sql)
27
 
28
  if __name__ == '__main__':
29
- app.run(host='0.0.0.0', port=5000)
 
26
  return render_template('index.html', input_text=input_text, predicted_sql=predicted_sql)
27
 
28
  if __name__ == '__main__':
29
+ app.run(debug=True, port=7860)