Update app.py
Browse files
app.py
CHANGED
@@ -536,7 +536,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
536 |
setTimeout(function() {
|
537 |
const textareas = document.querySelectorAll('textarea');
|
538 |
textareas.forEach(textarea => {
|
539 |
-
textarea.placeholder = "Sorunuzu buraya yazın... (örn:
|
540 |
|
541 |
// Placeholder stillemesi
|
542 |
textarea.style.fontStyle = "italic";
|
|
|
536 |
setTimeout(function() {
|
537 |
const textareas = document.querySelectorAll('textarea');
|
538 |
textareas.forEach(textarea => {
|
539 |
+
textarea.placeholder = "Sorunuzu buraya yazın... (örn: Kadromun boyu ne olmalı?)";
|
540 |
|
541 |
// Placeholder stillemesi
|
542 |
textarea.style.fontStyle = "italic";
|