JingyeChen commited on
Commit
3c847e7
1 Parent(s): d643014
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -152,6 +152,7 @@ def get_pixels(i, t, guest_id, evt: gr.SelectData):
152
  'state': 0,
153
  'stack': []
154
  }
 
155
 
156
  text_position = evt.index
157
 
 
152
  'state': 0,
153
  'stack': []
154
  }
155
+ guest_id = str(seed)
156
 
157
  text_position = evt.index
158