CosmoAI commited on
Commit
f97119c
·
verified ·
1 Parent(s): eb4fd80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ model = genai.GenerativeModel('gemini-pro')
52
 
53
 
54
  def responsenew(data):
55
- idval = random.randint(1, 10)
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)