Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
<div style="padding-bottom: 10px; display: flex; gap: 10px; align-items: center;">
|
| 2 |
<input id="original_url" type="text" placeholder="Original file URL" style="flex: 1; padding: 6px; font-size: 13px;"
|
| 3 |
-
value="https://
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
</div>
|
| 8 |
|
| 9 |
<div style="padding-bottom: 20px;">
|
|
@@ -55,4 +55,4 @@
|
|
| 55 |
});
|
| 56 |
});
|
| 57 |
}
|
| 58 |
-
</script>
|
|
|
|
| 1 |
<div style="padding-bottom: 10px; display: flex; gap: 10px; align-items: center;">
|
| 2 |
<input id="original_url" type="text" placeholder="Original file URL" style="flex: 1; padding: 6px; font-size: 13px;"
|
| 3 |
+
value="https://trl-lib-diff-view.static.hf.space/grpo_trainer.py" />
|
| 4 |
+
<input id="modified_url" type="text" placeholder="Modified file URL" style="flex: 1; padding: 6px; font-size: 13px;"
|
| 5 |
+
value="https://trl-lib-diff-view.static.hf.space/rloo_trainer.py" />
|
| 6 |
+
<button onclick="loadDiff()" style="padding: 6px 14px; font-size: 13px;">Load</button>
|
| 7 |
</div>
|
| 8 |
|
| 9 |
<div style="padding-bottom: 20px;">
|
|
|
|
| 55 |
});
|
| 56 |
});
|
| 57 |
}
|
| 58 |
+
</script>
|