Skip to content

Commit

Permalink
possible final version
Browse files Browse the repository at this point in the history
  • Loading branch information
gachouchani1999 committed Sep 19, 2021
1 parent 3f1bf70 commit b1843e6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions flaskr/templates/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
</nav>
<div id="upload">
<p class="intro text-center center">
Tired of making powerpoints to catch your team up on the latest studies?
You've come to the right place. TBD uses natural language processing to
pick out the most important points and summarizes the paper in 5 slides
or less. Simply upload your files, click generate, and wait for your work
to be done for you!
Tired of making powerpoints and losing hours that could be put into deep work?
You've come to the right place. EZ PowerPoint uses natural language processing algorithms to
pick out the most important points and summarizes the report or paper. Simply upload your files, click generate, and wait for your work
to be done for you!
</p>
<form action="http://localhost:5000/uploader" method="post" enctype = "multipart/form-data">
<form action="http://ezppt.herokuapp.com/uploader" method="post" enctype = "multipart/form-data">
<div class="center">
<div class="drop-zone">
<span class="drop-zone__prompt">Drop Files Here or Click to Upload</span>
Expand Down

0 comments on commit b1843e6

Please sign in to comment.