Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,36 +8,25 @@ pinned: false
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<h1 style="display:inline-block;">
|
| 11 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/6471b447a2b0a376b8b5e879/UBtI1vIvzl5YSMKL8-Mhx.png"
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
</h1>
|
| 15 |
|
| 16 |
-
<style>
|
| 17 |
-
.hi-text {
|
| 18 |
-
position: relative;
|
| 19 |
-
display: inline-block;
|
| 20 |
-
padding: 2px 4px;
|
| 21 |
-
}
|
| 22 |
-
|
| 23 |
-
.hi-text::after {
|
| 24 |
-
content: "";
|
| 25 |
-
position: absolute;
|
| 26 |
-
left: 0;
|
| 27 |
-
bottom: 0;
|
| 28 |
-
width: 100%;
|
| 29 |
-
height: 6px;
|
| 30 |
-
background: #e0e0e0;
|
| 31 |
-
border-radius: 4px;
|
| 32 |
-
transition: height 0.25s ease;
|
| 33 |
-
z-index: -1;
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
.hi-text:hover::after {
|
| 37 |
-
height: 100%;
|
| 38 |
-
}
|
| 39 |
-
</style>
|
| 40 |
-
|
| 41 |
A community-powered Q&A engine where questions are matched semantically.
|
| 42 |
Ask something, and if a similar question exists, you get the best voted answer instantly.
|
| 43 |
If not, anyone can write the first answer.
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<h1 style="display:inline-block;">
|
| 11 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6471b447a2b0a376b8b5e879/UBtI1vIvzl5YSMKL8-Mhx.png"
|
| 12 |
+
width="32"
|
| 13 |
+
style="vertical-align:middle;" />
|
| 14 |
+
|
| 15 |
+
<strong
|
| 16 |
+
style="
|
| 17 |
+
position:relative;
|
| 18 |
+
display:inline-block;
|
| 19 |
+
padding:2px 4px;
|
| 20 |
+
background:linear-gradient(#e0e0e0,#e0e0e0) bottom/100% 6px no-repeat;
|
| 21 |
+
transition:background-size 0.25s ease;
|
| 22 |
+
"
|
| 23 |
+
onmouseover="this.style.backgroundSize='100% 100%'"
|
| 24 |
+
onmouseout="this.style.backgroundSize='100% 6px'"
|
| 25 |
+
>
|
| 26 |
+
Human Intelligence
|
| 27 |
+
</strong>
|
| 28 |
</h1>
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
A community-powered Q&A engine where questions are matched semantically.
|
| 31 |
Ask something, and if a similar question exists, you get the best voted answer instantly.
|
| 32 |
If not, anyone can write the first answer.
|