Update app.py
Browse files
app.py
CHANGED
@@ -462,8 +462,8 @@ def custom_css():
|
|
462 |
# Validierungs-Interface - Bots weghalten...
|
463 |
#################################################################################################
|
464 |
print ("Start GUI Hauptanwendung")
|
465 |
-
|
466 |
-
|
467 |
|
468 |
#Add Inputs für Tab 2
|
469 |
additional_inputs = [
|
|
|
462 |
# Validierungs-Interface - Bots weghalten...
|
463 |
#################################################################################################
|
464 |
print ("Start GUI Hauptanwendung")
|
465 |
+
with open("custom.css", "r", encoding="utf-8") as f:
|
466 |
+
customCSS = f.read()
|
467 |
|
468 |
#Add Inputs für Tab 2
|
469 |
additional_inputs = [
|