Spaces:
Running
Running
charliebaby2023
commited on
Commit
•
072c0f0
1
Parent(s):
8980225
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from all_models import models
|
|
6 |
|
7 |
# Function to generate a string with text and a random number
|
8 |
def generate_text_with_random_number():
|
9 |
-
random_number =
|
10 |
return f"Prefilled text {random_number}"
|
11 |
|
12 |
# Function to process the input and return it (or do some other processing)
|
|
|
6 |
|
7 |
# Function to generate a string with text and a random number
|
8 |
def generate_text_with_random_number():
|
9 |
+
random_number = randint(1, 100)
|
10 |
return f"Prefilled text {random_number}"
|
11 |
|
12 |
# Function to process the input and return it (or do some other processing)
|