Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ model = genai.GenerativeModel('gemini-pro')
|
|
52 |
|
53 |
|
54 |
def responsenew(data):
|
55 |
-
idval = random.randint(1,
|
56 |
print(f"\n\n{data}")
|
57 |
newdata = data.replace("'", '"')
|
58 |
items = json.loads(newdata)
|
|
|
52 |
|
53 |
|
54 |
def responsenew(data):
|
55 |
+
idval = random.randint(1, 1000000000)
|
56 |
print(f"\n\n{data}")
|
57 |
newdata = data.replace("'", '"')
|
58 |
items = json.loads(newdata)
|