some update and fix for welcome screen. (#206)
* Update bn.po * Update hi.po * Update window.py * Update window.py * Update window.py * Update window.py * Update window.py I removed some and added commas --------- Co-authored-by: Jeffry Samuel <69224322+Jeffser@users.noreply.github.com>
This commit is contained in:
@@ -1293,7 +1293,19 @@ Generate a title following these rules:
|
||||
possible_prompts = [
|
||||
"What can you do?",
|
||||
"Give me a pancake recipe",
|
||||
"Why is the sky blue?"
|
||||
"Why is the sky blue?",
|
||||
"Can you tell me a joke?",
|
||||
"Give me a healthy breakfast recipe",
|
||||
"How to make a pizza",
|
||||
"Can you write a poem?",
|
||||
"Can you write a story?",
|
||||
"What is GNU-Linux?",
|
||||
"Which is the best Linux distro?",
|
||||
"Why is Pluto not a planet?"
|
||||
"What is a black-hole?",
|
||||
"Tell me how to stay fit",
|
||||
"Write a conversation between sun and Earth",
|
||||
"Why is the grass green?"
|
||||
]
|
||||
for prompt in random.sample(possible_prompts, 3):
|
||||
prompt_button = Gtk.Button(
|
||||
|
||||
Reference in New Issue
Block a user