JingyeChen commited on
Commit
2c2aeff
1 Parent(s): 80238a0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -416,7 +416,7 @@ with gr.Blocks() as demo:
416
 
417
  guest_id = random.randint(0,100000000)
418
  # register
419
- global_dict[guest_id] = {
420
  'state': 0,
421
  'stack': []
422
  }
 
416
 
417
  guest_id = random.randint(0,100000000)
418
  # register
419
+ global_dict[str(guest_id)] = {
420
  'state': 0,
421
  'stack': []
422
  }