charliebaby2023
commited on
Commit
•
6c42a4f
1
Parent(s):
8fe517c
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ ki=0
|
|
9 |
def generate_text_with_random_number():
|
10 |
random_number = randint(1, 100)
|
11 |
kii = "nude femboy sissy with small penis, bound anal sex orgy party, perfect penis, oral sex, threesum, head between thighs, glans inside mouth, cuming from glans"
|
12 |
-
ki={kii} {random_number}
|
13 |
return ki
|
14 |
|
15 |
# Function to process the input and return it (or do some other processing)
|
|
|
9 |
def generate_text_with_random_number():
|
10 |
random_number = randint(1, 100)
|
11 |
kii = "nude femboy sissy with small penis, bound anal sex orgy party, perfect penis, oral sex, threesum, head between thighs, glans inside mouth, cuming from glans"
|
12 |
+
ki=f'{kii} {random_number}'
|
13 |
return ki
|
14 |
|
15 |
# Function to process the input and return it (or do some other processing)
|