<html> <head> <title>Emoji Count - Upload</title> </head> <body> <form action="http://localhost:5000/linkedin_upload" method="POST" enctype="multipart/form-data"> <input type="radio" id="linkedin_shares" name="type_linkedin" value="Shares"> <label for="linkedin_shares">Shares</label><br> <input type="radio" id="linkedin_comments" name="type_linkedin" value="Comments"> <label for="linkedin_shares">Comments</label> <br> <input type="file" name="linkedin_csv"/> <input type="submit"/> </form> </body> </html>