austindavis
commited on
Update app.py
Browse files
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"
|