alexkueck commited on
Commit
11ed672
·
verified ·
1 Parent(s): 4219f68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -666,7 +666,15 @@ def custom_css():
666
  background-color: #303030; /* Dunkler Hintergrund */
667
  color:#353535;
668
  }
 
 
 
 
 
 
 
669
  """
 
670
 
671
  ########################################
672
  # Bot- test gegen schädliche Bots die die Anwendung testen...
 
666
  background-color: #303030; /* Dunkler Hintergrund */
667
  color:#353535;
668
  }
669
+ .gr-textbox label {
670
+ display: none; /* Versteckt das Label vollständig */
671
+ }
672
+ ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
673
+ color: red; /* Platzhalterfarbe, anpassen nach Bedarf */
674
+ opacity: 1; /* Stellt sicher, dass der Platzhalter gut sichtbar ist */
675
+ }
676
  """
677
+
678
 
679
  ########################################
680
  # Bot- test gegen schädliche Bots die die Anwendung testen...