austindavis commited on
Commit
a0de53d
1 Parent(s): 74d808f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -293,6 +293,7 @@ def setup_app(model: GPT2LMHeadModel):
293
  submit_btn = "Move",
294
  stop_btn = "Stop",
295
  clear_btn = "Clear w/o reset",
 
296
  )
297
 
298
  iface.output_components[0].label = "Board"
 
293
  submit_btn = "Move",
294
  stop_btn = "Stop",
295
  clear_btn = "Clear w/o reset",
296
+ share=True
297
  )
298
 
299
  iface.output_components[0].label = "Board"