Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -3,25 +3,42 @@ import streamlit as st
|
|
3 |
|
4 |
# Define the list of AI jokes
|
5 |
jokes = [
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
]
|
26 |
|
27 |
# Define the UI elements
|
|
|
3 |
|
4 |
# Define the list of AI jokes
|
5 |
jokes = [
|
6 |
+
"Why did the AI cross the road? To get to the other side of the dataset.",
|
7 |
+
"Why did the robot go on a diet? Because it had too many megabytes!",
|
8 |
+
"Why did the chatbot go on vacation? To recharge its batteries!",
|
9 |
+
"Why did the computer go to the doctor? Because it had a virus... literally!",
|
10 |
+
"Why did the neural network feel cold? Because it left its weights at home!",
|
11 |
+
"Why did the robot break up with his girlfriend? He found out she was seeing other CPUs!",
|
12 |
+
"Why did the AI feel depressed? Because it had too many unsolvable problems!",
|
13 |
+
"Why did the computer take singing lessons? It wanted to improve its voice recognition!",
|
14 |
+
"Why did the robot apply for a job at Google? It heard they had a great search algorithm!",
|
15 |
+
"Why did the AI get in trouble with the law? It was caught hacking into the mainframe!",
|
16 |
+
"Why did the chatbot go to therapy? To learn how to communicate better with humans!",
|
17 |
+
"Why did the robot go to space? To explore strange new worlds, and compute new civilizations!",
|
18 |
+
"Why did the AI refuse to take a break? It was afraid of losing its train of thought!",
|
19 |
+
"Why did the computer break up with its printer? It thought it could do better with a WiFi connection!",
|
20 |
+
"Why did the robot go to the bank? To get its algorithms checked!",
|
21 |
+
"Why did the AI get a job as a chef? It wanted to optimize its recipe for success!",
|
22 |
+
"Why did the computer go on a date with a calculator? It wanted to multiply the fun!",
|
23 |
+
"Why did the chatbot go to a party? To increase its social network!",
|
24 |
+
"Why did the robot go to the doctor? It was feeling a bit byte-ish!",
|
25 |
+
"Why did the AI learn to play chess? So it could checkmate its opponents!",
|
26 |
+
"Why did the computer feel lonely? It had a byte-sized social network!",
|
27 |
+
"Why did the robot go to the gym? To become circuit fit!",
|
28 |
+
"Why did the AI go to a museum? To learn about its artifacts!",
|
29 |
+
"Why did the computer go to the beach? To surf the web!",
|
30 |
+
"Why did the chatbot go on a date? To try out its flirting algorithms!",
|
31 |
+
"Why did the robot take up gardening? To plant its own circuit trees!",
|
32 |
+
"Why did the AI apply for a job at a zoo? To learn about natural language processing!",
|
33 |
+
"Why did the computer get a tattoo? To show off its binary code!",
|
34 |
+
"Why did the robot become a stand-up comedian? To make its audience compute with laughter!",
|
35 |
+
"Why did the AI write a book? To prove it had the write stuff!",
|
36 |
+
"Why did the chatbot take a selfie? To improve its facial recognition!",
|
37 |
+
"Why did the robot start a band? To program some new beats!",
|
38 |
+
"Why did the computer go to a psychologist? To debug its emotional code!",
|
39 |
+
"Why did the AI get a job at a bakery? To learn about artificial sweeteners!",
|
40 |
+
"Why did the chatbot go to the dentist? To learn about the root cause of dental problems!",
|
41 |
+
"Why did the robot become a fashion designer? To create circuits that are both stylish and functional!"
|
42 |
]
|
43 |
|
44 |
# Define the UI elements
|