Spaces:
Running
Running
Update local.html
Browse files- local.html +7 -7
local.html
CHANGED
|
@@ -43,8 +43,14 @@
|
|
| 43 |
</head>
|
| 44 |
<body class="bg-gray-100 min-h-screen p-4 md:p-8 text-gray-600">
|
| 45 |
<div class="max-w-4xl mx-auto bg-white rounded-lg shadow-md p-6 relative">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
<a href="https://huggingface.co/spaces/multimodalart/repo2txt" target="_blank" class="absolute top-2 right-2">
|
| 47 |
-
|
| 48 |
<title>HuggingFace</title>
|
| 49 |
<path d="M2.25 11.535c0-3.407 1.847-6.554 4.844-8.258a9.822 9.822 0 019.687 0c2.997 1.704 4.844 4.851 4.844 8.258 0 5.266-4.337 9.535-9.687 9.535S2.25 16.8 2.25 11.535z" fill="#FF9D0B"></path>
|
| 50 |
<path d="M11.938 20.086c4.797 0 8.687-3.829 8.687-8.551 0-4.722-3.89-8.55-8.687-8.55-4.798 0-8.688 3.828-8.688 8.55 0 4.722 3.89 8.55 8.688 8.55z" fill="#FFD21E"></path>
|
|
@@ -69,12 +75,6 @@
|
|
| 69 |
</div>
|
| 70 |
</div>
|
| 71 |
|
| 72 |
-
<div>
|
| 73 |
-
<a href="/" class="text-blue-500 hover:text-blue-700 underline">
|
| 74 |
-
Convert From GitHub Instead
|
| 75 |
-
</a>
|
| 76 |
-
</div>
|
| 77 |
-
|
| 78 |
<div id="extentionCheckboxes" class="mt-4"></div>
|
| 79 |
<div id="directoryStructure" class="mt-6"></div>
|
| 80 |
|
|
|
|
| 43 |
</head>
|
| 44 |
<body class="bg-gray-100 min-h-screen p-4 md:p-8 text-gray-600">
|
| 45 |
<div class="max-w-4xl mx-auto bg-white rounded-lg shadow-md p-6 relative">
|
| 46 |
+
<div class="flex justify-center mb-6">
|
| 47 |
+
<div class="rounded-md bg-gray-100 p-1 flex space-x-1">
|
| 48 |
+
<a href="/" class="px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-200 rounded-md">Remote Repo (GitHub/HF)</a>
|
| 49 |
+
<a href="#" class="px-4 py-2 text-sm font-medium text-white bg-blue-500 rounded-md shadow-sm">Local Directory/Zip</a>
|
| 50 |
+
</div>
|
| 51 |
+
</div>
|
| 52 |
<a href="https://huggingface.co/spaces/multimodalart/repo2txt" target="_blank" class="absolute top-2 right-2">
|
| 53 |
+
<svg class="w-8 h-8 text-gray-600 hover:text-gray-800" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
| 54 |
<title>HuggingFace</title>
|
| 55 |
<path d="M2.25 11.535c0-3.407 1.847-6.554 4.844-8.258a9.822 9.822 0 019.687 0c2.997 1.704 4.844 4.851 4.844 8.258 0 5.266-4.337 9.535-9.687 9.535S2.25 16.8 2.25 11.535z" fill="#FF9D0B"></path>
|
| 56 |
<path d="M11.938 20.086c4.797 0 8.687-3.829 8.687-8.551 0-4.722-3.89-8.55-8.687-8.55-4.798 0-8.688 3.828-8.688 8.55 0 4.722 3.89 8.55 8.688 8.55z" fill="#FFD21E"></path>
|
|
|
|
| 75 |
</div>
|
| 76 |
</div>
|
| 77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
<div id="extentionCheckboxes" class="mt-4"></div>
|
| 79 |
<div id="directoryStructure" class="mt-6"></div>
|
| 80 |
|