Neurolingua
commited on
Update templates/teacher_paper_gen.html
Browse files
templates/teacher_paper_gen.html
CHANGED
@@ -178,6 +178,12 @@
|
|
178 |
<a href="teacher" class="back-button" title="Back to Home">Back
|
179 |
<i class="fas fa-arrow-left"></i>
|
180 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
<div class="container">
|
182 |
<h1>Question Paper Generator</h1>
|
183 |
<form action="/generate-paper" method="post" enctype="multipart/form-data">
|
@@ -249,6 +255,10 @@
|
|
249 |
</script>
|
250 |
{% endif %}
|
251 |
</div>
|
252 |
-
|
|
|
|
|
|
|
|
|
253 |
</body>
|
254 |
</html>
|
|
|
178 |
<a href="teacher" class="back-button" title="Back to Home">Back
|
179 |
<i class="fas fa-arrow-left"></i>
|
180 |
</a>
|
181 |
+
<div class="info-drive-box">
|
182 |
+
<p>We have used the following documents in the demo video, which are given in the drive link. You can use your own docs also.</p>
|
183 |
+
<button class="drive-button" onclick="openDriveLink()">
|
184 |
+
<i class="fas fa-cloud-upload-alt"></i> Open in Drive
|
185 |
+
</button>
|
186 |
+
</div>
|
187 |
<div class="container">
|
188 |
<h1>Question Paper Generator</h1>
|
189 |
<form action="/generate-paper" method="post" enctype="multipart/form-data">
|
|
|
255 |
</script>
|
256 |
{% endif %}
|
257 |
</div>
|
258 |
+
<script>
|
259 |
+
function openDriveLink() {
|
260 |
+
window.open('https://drive.google.com/drive/folders/1g135rBls7OROtbEpEhfjScT5gsODB0mR?usp=sharing', '_blank');
|
261 |
+
}
|
262 |
+
</script>
|
263 |
</body>
|
264 |
</html>
|