RithwikG commited on
Commit
f3ed197
·
1 Parent(s): ccca134

fixed limiting

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks(title = "CP Helper Bot") as demo:
63
  day = 24 * 60 * 60
64
  if (current_time - last_update >= day):
65
  last_update=current_time
66
- chats=1000
67
 
68
  if (chats <= 0):
69
  history.append((message, "Too many chats today, try again later."))
 
63
  day = 24 * 60 * 60
64
  if (current_time - last_update >= day):
65
  last_update=current_time
66
+ chats=500
67
 
68
  if (chats <= 0):
69
  history.append((message, "Too many chats today, try again later."))