Skip to content

Commit

Permalink
Merge pull request #42 from SXV357/OCR
Browse files Browse the repository at this point in the history
Ocr
  • Loading branch information
SXV357 authored Jan 21, 2024
2 parents 2764b0f + f81c4a4 commit 73ad488
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 328 deletions.
324 changes: 0 additions & 324 deletions requirements.txt

This file was deleted.

6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href = "/static/styles.css" rel = "stylesheet" type = "text/css">
<title>Quizz.It</title>
<title>QuizzIt</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.14.0/css/all.css"
Expand All @@ -18,7 +18,7 @@
<body>
<nav class="navbar">
<div class="navbar__container">
<a href="#home" id="navbar__logo">Quizz.It</a>
<a href="#home" id="navbar__logo">QuizzIt</a>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span> <span class="bar"></span>
<span class="bar"></span>
Expand All @@ -28,7 +28,7 @@

<div class="intro" id="home">
<div class="intro__container">
<h1 class="intro__heading">Welcome to <span>Quizz.It</span></h1>
<h1 class="intro__heading">Welcome to <span>QuizzIt</span></h1>
<p class="intro__description">Please Upload Your File Below</p>
</div>
<section class = "intro__section">
Expand Down
2 changes: 1 addition & 1 deletion templates/summarize_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/static/styles.css" rel="stylesheet" type="text/css">
<title>Quizz.It - Summarize PDF</title>
<title>QuizzIt - Summarize PDF</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.14.0/css/all.css"
Expand Down

0 comments on commit 73ad488

Please sign in to comment.