in frontend/src/App.js [66:77]
constructor(props) {
super(props);
this.state = {
pictures: [],
results: [],
completed:0,
k:3
};
this.handleSearchSubmit = this.handleSearchSubmit.bind(this);
this.handleFormChange = this.handleFormChange.bind(this);
this.handleKChange = this.handleKChange.bind(this);
}