示例#1
0
def index():
    url = 'http://www.arthurleej.com/e-love.html'
    response = getPoem(url)
    return render_template('index.html', response=response)
示例#2
0
def linear_regression():
    url = 'http://www.arthurleej.com/e-love.html'
    response = getPoem(url)
    return render_template('linear_regression.html', response=response)