Spaces:
Sleeping
Sleeping
Ajey95
commited on
Commit
·
4229046
1
Parent(s):
84e82eb
Fix: tools addition
Browse files- templates/index.html +5 -17
templates/index.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
@@ -363,19 +363,7 @@
|
|
363 |
<em>आपका अध्ययन साथी (Your Study Companion)</em> ✨
|
364 |
</div>
|
365 |
</div>
|
366 |
-
</div>
|
367 |
-
|
368 |
-
<div class="input-area">
|
369 |
-
<div id="fileUploadSection" style="margin-bottom: 15px; background: #fff8e7; padding: 15px; border-radius: 10px; border: 1px solid var(--saffron);">
|
370 |
-
<h4 style="margin-bottom: 10px; color: var(--maroon);">📄 Upload Your Notes (PDF, DOCX, TXT)</h4>
|
371 |
-
<div style="display: flex; gap: 10px; align-items: center; margin-bottom: 10px;">
|
372 |
-
<input type="file" id="fileInput" style="flex: 1;">
|
373 |
-
<button id="uploadBtn" onclick="uploadFile()" style="background: var(--peacock-blue); color: white; border: none; padding: 8px 15px; border-radius: 5px; cursor: pointer;">Upload File</button>
|
374 |
-
</div>
|
375 |
-
<div id="fileList">
|
376 |
-
</div>
|
377 |
-
</div>
|
378 |
-
|
379 |
<div class="quick-actions">
|
380 |
<button class="quick-btn" onclick="populateInput('Explain ')">📊 Explain Topic</button>
|
381 |
<button class="quick-btn" onclick="populateInput('What are the side effects of ')">⚗️ Drug Info</button>
|
@@ -597,10 +585,10 @@
|
|
597 |
});
|
598 |
</script>
|
599 |
</body>
|
600 |
-
</html
|
601 |
|
602 |
|
603 |
-
|
604 |
<html lang="en">
|
605 |
<head>
|
606 |
<meta charset="UTF-8">
|
@@ -807,4 +795,4 @@
|
|
807 |
});
|
808 |
</script>
|
809 |
</body>
|
810 |
-
</html
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
|
|
363 |
<em>आपका अध्ययन साथी (Your Study Companion)</em> ✨
|
364 |
</div>
|
365 |
</div>
|
366 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
<div class="quick-actions">
|
368 |
<button class="quick-btn" onclick="populateInput('Explain ')">📊 Explain Topic</button>
|
369 |
<button class="quick-btn" onclick="populateInput('What are the side effects of ')">⚗️ Drug Info</button>
|
|
|
585 |
});
|
586 |
</script>
|
587 |
</body>
|
588 |
+
</html>
|
589 |
|
590 |
|
591 |
+
<!--<!DOCTYPE html>
|
592 |
<html lang="en">
|
593 |
<head>
|
594 |
<meta charset="UTF-8">
|
|
|
795 |
});
|
796 |
</script>
|
797 |
</body>
|
798 |
+
</html>-->
|