Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -5
index.html
CHANGED
|
@@ -29,6 +29,12 @@
|
|
| 29 |
</head>
|
| 30 |
<body class="bg-gray-100 min-h-screen p-4 md:p-8 text-gray-600">
|
| 31 |
<div class="max-w-4xl mx-auto bg-white rounded-lg shadow-md p-6 relative">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
<a href="https://huggingface.co/spaces/multimodalart/repo2txt" target="_blank" class="absolute top-2 right-2">
|
| 33 |
<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">
|
| 34 |
<title>HuggingFace</title>
|
|
@@ -61,11 +67,6 @@
|
|
| 61 |
</div>
|
| 62 |
<input type="text" id="accessToken" name="accessToken" class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 h-10 px-2">
|
| 63 |
</div>
|
| 64 |
-
<div>
|
| 65 |
-
<a href="/local.html" class="text-blue-500 hover:text-blue-700 underline">
|
| 66 |
-
Convert From Local Directory Instead
|
| 67 |
-
</a>
|
| 68 |
-
</div>
|
| 69 |
<button type="submit" class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline flex items-center justify-center">
|
| 70 |
<i data-lucide="folder-search" class="w-5 h-5 mr-2"></i>
|
| 71 |
Fetch Directory Structure
|
|
|
|
| 29 |
</head>
|
| 30 |
<body class="bg-gray-100 min-h-screen p-4 md:p-8 text-gray-600">
|
| 31 |
<div class="max-w-4xl mx-auto bg-white rounded-lg shadow-md p-6 relative">
|
| 32 |
+
<div class="flex justify-center mb-6">
|
| 33 |
+
<div class="rounded-md bg-gray-100 p-1 flex space-x-1">
|
| 34 |
+
<a href="#" class="px-4 py-2 text-sm font-medium text-white bg-blue-500 rounded-md shadow-sm">Remote Repo (GitHub/HF)</a>
|
| 35 |
+
<a href="/local.html" class="px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-200 rounded-md">Local Directory/Zip</a>
|
| 36 |
+
</div>
|
| 37 |
+
</div>
|
| 38 |
<a href="https://huggingface.co/spaces/multimodalart/repo2txt" target="_blank" class="absolute top-2 right-2">
|
| 39 |
<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">
|
| 40 |
<title>HuggingFace</title>
|
|
|
|
| 67 |
</div>
|
| 68 |
<input type="text" id="accessToken" name="accessToken" class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 h-10 px-2">
|
| 69 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
<button type="submit" class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline flex items-center justify-center">
|
| 71 |
<i data-lucide="folder-search" class="w-5 h-5 mr-2"></i>
|
| 72 |
Fetch Directory Structure
|