Upload folder using huggingface_hub
Browse files
6.0.1/vibeeditor/Index.svelte
CHANGED
|
@@ -101,7 +101,6 @@
|
|
| 101 |
diffStats = responseData.diff_stats;
|
| 102 |
|
| 103 |
message_history = message_history.map((msg, index) => {
|
| 104 |
-
console.log(index, userMessageIndex, responseData.hash);
|
| 105 |
return index === userMessageIndex
|
| 106 |
? { ...msg, hash: responseData.hash }
|
| 107 |
: msg;
|
|
|
|
| 101 |
diffStats = responseData.diff_stats;
|
| 102 |
|
| 103 |
message_history = message_history.map((msg, index) => {
|
|
|
|
| 104 |
return index === userMessageIndex
|
| 105 |
? { ...msg, hash: responseData.hash }
|
| 106 |
: msg;
|
6.0.1/vibeeditor/package.json
CHANGED
|
@@ -34,4 +34,4 @@
|
|
| 34 |
"url": "git+https://github.com/gradio-app/gradio.git",
|
| 35 |
"directory": "js/vibeeditor"
|
| 36 |
}
|
| 37 |
-
}
|
|
|
|
| 34 |
"url": "git+https://github.com/gradio-app/gradio.git",
|
| 35 |
"directory": "js/vibeeditor"
|
| 36 |
}
|
| 37 |
+
}
|