Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -413,6 +413,9 @@ with gr.Blocks(title="محرك توليد محتوى SEO بالذكاء الاص
|
|
| 413 |
div.innerHTML = html;
|
| 414 |
div.style.position = 'fixed';
|
| 415 |
div.style.left = '-9999px';
|
|
|
|
|
|
|
|
|
|
| 416 |
document.body.appendChild(div);
|
| 417 |
|
| 418 |
const range = document.createRange();
|
|
|
|
| 413 |
div.innerHTML = html;
|
| 414 |
div.style.position = 'fixed';
|
| 415 |
div.style.left = '-9999px';
|
| 416 |
+
div.style.color = '#000000';
|
| 417 |
+
div.style.backgroundColor = '#ffffff';
|
| 418 |
+
div.dir = 'rtl';
|
| 419 |
document.body.appendChild(div);
|
| 420 |
|
| 421 |
const range = document.createRange();
|