We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8174a6d + 53e3bb3 commit 56a8e23Copy full SHA for 56a8e23
1 file changed
main.py
@@ -39,6 +39,8 @@
39
EXAMPLE_FIELDS = [
40
"Data Science (Optimizations & Time-Series Analysis)",
41
"Generative AI & AI Agents",
42
+ "Software Engineering (Cloud Architecture)",
43
+ "DevOps & Infrastructure",
44
]
45
46
@@ -100,8 +102,6 @@ def prompt_select_field() -> str:
100
102
print("Examples:")
101
103
for example in EXAMPLE_FIELDS:
104
print(f" - {example}")
- print(" - Software Engineering (Cloud Architecture)")
- print(" - DevOps & Infrastructure")
105
print()
106
107
while True:
0 commit comments