throaway2854 commited on
Commit
cb98eee
·
verified ·
1 Parent(s): b25ca7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -396,4 +396,7 @@ with gr.Blocks() as demo:
396
  outputs=[dataset_selector]
397
  )
398
 
 
 
 
399
  demo.launch()
 
396
  outputs=[dataset_selector]
397
  )
398
 
399
+ # Hide dataset_html
400
+ dataset_html.visible = False
401
+
402
  demo.launch()