diff --git a/main.py b/main.py index 5dbd952..cebd008 100644 --- a/main.py +++ b/main.py @@ -179,5 +179,5 @@ def contact(): ) return render_template('contact.html', params=params) - +#this code to run the program it is necessary for run the code. app.run(debug=True)