diff --git a/app1.py b/app1.py
index c72ff6e1e03bac8712abc6b8df5b997d4df6b624..c219ed9c8b827636b48b2e31da1b96a11cb4478b 100644
--- a/app1.py
+++ b/app1.py
@@ -92,6 +92,6 @@ def table():
     return render_template('table.html',rows=rows)
 
 if __name__ == "__main__":
-    app.run(debug=True)
+    app.run(host='127.0.0.1', port=8080, debug=True)