Spaces:
Running
Running
Update index.html
Browse files- index.html +14 -4
index.html
CHANGED
|
@@ -34,13 +34,12 @@
|
|
| 34 |
</iframe>
|
| 35 |
</body>
|
| 36 |
</html> -->
|
| 37 |
-
|
| 38 |
<!DOCTYPE html>
|
| 39 |
<html lang="en">
|
| 40 |
<head>
|
| 41 |
<meta charset="UTF-8">
|
| 42 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 43 |
-
<title>Scholar Copilot</title>
|
| 44 |
<style>
|
| 45 |
body {
|
| 46 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
@@ -85,7 +84,7 @@
|
|
| 85 |
background-color: #24292e;
|
| 86 |
}
|
| 87 |
.youtube {
|
| 88 |
-
background-color: #
|
| 89 |
}
|
| 90 |
.features {
|
| 91 |
text-align: left;
|
|
@@ -101,13 +100,24 @@
|
|
| 101 |
.features ul {
|
| 102 |
padding-left: 1.5rem;
|
| 103 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
</style>
|
| 105 |
</head>
|
| 106 |
<body>
|
| 107 |
-
<h1>ScholarCopilot: Training Large Language Models for Academic Writing with Accurate Citations</h1>
|
| 108 |
|
| 109 |
<div class="description">
|
| 110 |
<p>Scholar Copilot is an intelligent academic writing assistant that enhances the research writing process through AI-powered text completion and citation suggestions.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
</div>
|
| 112 |
|
| 113 |
<div class="features">
|
|
|
|
| 34 |
</iframe>
|
| 35 |
</body>
|
| 36 |
</html> -->
|
|
|
|
| 37 |
<!DOCTYPE html>
|
| 38 |
<html lang="en">
|
| 39 |
<head>
|
| 40 |
<meta charset="UTF-8">
|
| 41 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 42 |
+
<title>Scholar Copilot Demo</title>
|
| 43 |
<style>
|
| 44 |
body {
|
| 45 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
|
|
| 84 |
background-color: #24292e;
|
| 85 |
}
|
| 86 |
.youtube {
|
| 87 |
+
background-color: #4a6fa5; /* Changed from bright red to a calmer blue */
|
| 88 |
}
|
| 89 |
.features {
|
| 90 |
text-align: left;
|
|
|
|
| 100 |
.features ul {
|
| 101 |
padding-left: 1.5rem;
|
| 102 |
}
|
| 103 |
+
.note {
|
| 104 |
+
background-color: #f8f9fa;
|
| 105 |
+
border-left: 4px solid #4a6fa5;
|
| 106 |
+
padding: 1rem;
|
| 107 |
+
margin: 2rem 0;
|
| 108 |
+
text-align: left;
|
| 109 |
+
}
|
| 110 |
</style>
|
| 111 |
</head>
|
| 112 |
<body>
|
| 113 |
+
<h1>Deploy Your Own Demo of ScholarCopilot: Training Large Language Models for Academic Writing with Accurate Citations</h1>
|
| 114 |
|
| 115 |
<div class="description">
|
| 116 |
<p>Scholar Copilot is an intelligent academic writing assistant that enhances the research writing process through AI-powered text completion and citation suggestions.</p>
|
| 117 |
+
|
| 118 |
+
<div class="note">
|
| 119 |
+
<p><strong>Note:</strong> We have discontinued our centralized demo deployment to conserve computational resources and provide a better user experience. By deploying your own instance, you'll avoid the performance issues that can occur when multiple users share a single demo. This approach ensures you'll have a dedicated environment with faster response times and no interruptions from other users.</p>
|
| 120 |
+
</div>
|
| 121 |
</div>
|
| 122 |
|
| 123 |
<div class="features">
|