Spaces:
Running
on
Zero
Running
on
Zero
add 3 funny examples in ru, en
Browse files
app.py
CHANGED
@@ -44,16 +44,23 @@ def create_presentation(description: str, slides_num: int, language: str, num_in
|
|
44 |
|
45 |
# Updated examples to include language selection
|
46 |
examples = [
|
|
|
|
|
|
|
47 |
["Basic concepts of economics", 7, "English"],
|
48 |
["Базовые понятия экономики", 7, "Русский"],
|
49 |
["Climate change", 6, "English"],
|
50 |
["Изменение климата", 6, "Русский"],
|
|
|
|
|
51 |
["Artificial intelligence", 5, "English"],
|
52 |
["Искусственный интеллект", 5, "Русский"],
|
53 |
["Space exploration", 7, "English"],
|
54 |
["Космические исследования", 7, "Русский"],
|
55 |
["The future of renewable energy", 7, "English"],
|
56 |
["Будущее возобновляемой энергетики", 7, "Русский"],
|
|
|
|
|
57 |
["The history of art movements", 6, "English"],
|
58 |
["История художественных движений", 6, "Русский"],
|
59 |
["The impact of social media", 6, "English"],
|
|
|
44 |
|
45 |
# Updated examples to include language selection
|
46 |
examples = [
|
47 |
+
|
48 |
+
["How to explain to a cat that he is not in charge of the house: a study of owners", 6, "English"],
|
49 |
+
["Как объяснить коту, что он не главный в доме: исследование владельцев", 6, "Русский"],
|
50 |
["Basic concepts of economics", 7, "English"],
|
51 |
["Базовые понятия экономики", 7, "Русский"],
|
52 |
["Climate change", 6, "English"],
|
53 |
["Изменение климата", 6, "Русский"],
|
54 |
+
["The Secret Life of an Office Printer: Why It Prints when You're Not Looking", 6, "English"],
|
55 |
+
["Тайная жизнь офисного принтера: почему он печатает, когда ты не смотришь", 6, "Русский"],
|
56 |
["Artificial intelligence", 5, "English"],
|
57 |
["Искусственный интеллект", 5, "Русский"],
|
58 |
["Space exploration", 7, "English"],
|
59 |
["Космические исследования", 7, "Русский"],
|
60 |
["The future of renewable energy", 7, "English"],
|
61 |
["Будущее возобновляемой энергетики", 7, "Русский"],
|
62 |
+
["5 ways to understand that you are in IT, so that the slides are about bugs and caffeine", 6, "English"],
|
63 |
+
["5 способов понять, что ты в IT, чтобы в слайдах было про баги и кофеин", 6, "Русский"],
|
64 |
["The history of art movements", 6, "English"],
|
65 |
["История художественных движений", 6, "Русский"],
|
66 |
["The impact of social media", 6, "English"],
|