Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -5
index.html
CHANGED
|
@@ -769,7 +769,7 @@
|
|
| 769 |
|
| 770 |
<div class="container">
|
| 771 |
<div class="header">
|
| 772 |
-
<h1>π§ Research Paper Chatbot</h1>
|
| 773 |
<p>Upload papers, explore references, and chat with your research collection</p>
|
| 774 |
<!-- β
User Status -->
|
| 775 |
<div class="user-status">
|
|
@@ -787,7 +787,7 @@
|
|
| 787 |
|
| 788 |
<div class="main-content">
|
| 789 |
<div class="sidebar">
|
| 790 |
-
<div class="section-title">π Add Papers</div>
|
| 791 |
<div class="upload-area" id="uploadArea">
|
| 792 |
<div class="upload-icon">π</div>
|
| 793 |
<p><strong>Drop PDF files here</strong></p>
|
|
@@ -795,15 +795,16 @@
|
|
| 795 |
<input type="file" id="fileInput" accept=".pdf" multiple style="display: none;">
|
| 796 |
</div>
|
| 797 |
<div class="input-group">
|
| 798 |
-
<label for="arxivUrl"
|
| 799 |
-
<input type="text" id="arxivUrl" placeholder="
|
|
|
|
| 800 |
</div>
|
| 801 |
<button class="btn" id="addArxivBtn">Add from ArXiv</button>
|
| 802 |
<div id="statusIndicator" class="status-indicator status-empty">
|
| 803 |
No papers loaded
|
| 804 |
</div>
|
| 805 |
<div class="papers-list">
|
| 806 |
-
<div class="section-title">π Your Papers</div>
|
| 807 |
<div id="papersList"></div>
|
| 808 |
</div>
|
| 809 |
</div>
|
|
|
|
| 769 |
|
| 770 |
<div class="container">
|
| 771 |
<div class="header">
|
| 772 |
+
<h1>π§ ArxivLens: Research Paper Chatbot</h1>
|
| 773 |
<p>Upload papers, explore references, and chat with your research collection</p>
|
| 774 |
<!-- β
User Status -->
|
| 775 |
<div class="user-status">
|
|
|
|
| 787 |
|
| 788 |
<div class="main-content">
|
| 789 |
<div class="sidebar">
|
| 790 |
+
<div class="section-title" style="text-align: center;">π Add Papers</div>
|
| 791 |
<div class="upload-area" id="uploadArea">
|
| 792 |
<div class="upload-icon">π</div>
|
| 793 |
<p><strong>Drop PDF files here</strong></p>
|
|
|
|
| 795 |
<input type="file" id="fileInput" accept=".pdf" multiple style="display: none;">
|
| 796 |
</div>
|
| 797 |
<div class="input-group">
|
| 798 |
+
<label for="arxivUrl" style="display: block; text-align: center;">OR</label>
|
| 799 |
+
<input type="text" id="arxivUrl" placeholder="ArXiv URL/ID" style="text-align: center;">
|
| 800 |
+
|
| 801 |
</div>
|
| 802 |
<button class="btn" id="addArxivBtn">Add from ArXiv</button>
|
| 803 |
<div id="statusIndicator" class="status-indicator status-empty">
|
| 804 |
No papers loaded
|
| 805 |
</div>
|
| 806 |
<div class="papers-list">
|
| 807 |
+
<div class="section-title" style="text-align: center;">π Your Papers</div>
|
| 808 |
<div id="papersList"></div>
|
| 809 |
</div>
|
| 810 |
</div>
|