Spaces:
Running
Running
Yannic Brose
commited on
Commit
·
b48d2e9
1
Parent(s):
d7a5c26
reduced some options
Browse files
app.py
CHANGED
@@ -11,11 +11,11 @@ import requests
|
|
11 |
|
12 |
# Global Stuff
|
13 |
durations = ["5 min", "10 min", "more than 10 min"]
|
14 |
-
amount_children = ["1", "2", "3", "
|
15 |
ages = ["3 years and older", "5 years and older", "7 years and older"]
|
16 |
languages = ["English", "French", "German", "Italian", "Spanish"]
|
17 |
targets = ["Girls", "Boys", "Girls and Boys"]
|
18 |
-
themes = ["Dinosaurs", "Fairies", "Firebrigade", "Friendship", "Magic", "Pirates", "
|
19 |
IONOS_API_TOKEN = os.getenv('IONOS_API_TOKEN')
|
20 |
deepl_auth_key = os.getenv('deepl_auth_key')
|
21 |
|
|
|
11 |
|
12 |
# Global Stuff
|
13 |
durations = ["5 min", "10 min", "more than 10 min"]
|
14 |
+
amount_children = ["1", "2", "3", "more than 3"]
|
15 |
ages = ["3 years and older", "5 years and older", "7 years and older"]
|
16 |
languages = ["English", "French", "German", "Italian", "Spanish"]
|
17 |
targets = ["Girls", "Boys", "Girls and Boys"]
|
18 |
+
themes = ["Dinosaurs", "Fairies", "Firebrigade", "Friendship", "Magic", "Pirates", "Ponys", "Princesses", "Police", "Space", "Superheroes"]
|
19 |
IONOS_API_TOKEN = os.getenv('IONOS_API_TOKEN')
|
20 |
deepl_auth_key = os.getenv('deepl_auth_key')
|
21 |
|