def homepage(): welcomeLabel = """ <h1>Welcome at Iris classification by Gabor Vecsei!</h1> <h4>Keras ver: {0}</h4> """.format(keras.__version__) return welcomeLabel