Spaces:
Running
Running
Add msg
Browse files- src/App.js +3 -0
src/App.js
CHANGED
|
@@ -13,6 +13,9 @@ function App() {
|
|
| 13 |
{/* We've used 3xl here, but feel free to try other max-widths based on your needs */}
|
| 14 |
|
| 15 |
<div className="mx-auto max-w-3xl">
|
|
|
|
|
|
|
|
|
|
| 16 |
<Input />
|
| 17 |
|
| 18 |
<svg className="line-chart"></svg>
|
|
|
|
| 13 |
{/* We've used 3xl here, but feel free to try other max-widths based on your needs */}
|
| 14 |
|
| 15 |
<div className="mx-auto max-w-3xl">
|
| 16 |
+
<h1 className="text-sm font-light right-0 text-right">
|
| 17 |
+
View the like history of a project on huggingface
|
| 18 |
+
</h1>
|
| 19 |
<Input />
|
| 20 |
|
| 21 |
<svg className="line-chart"></svg>
|