cgeorgiaw HF Staff commited on
Commit
0c12a2b
·
verified ·
1 Parent(s): ed5fc05

Update app.py

Browse files

adding full screen button

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -192,6 +192,7 @@ with gr.Blocks(title="Community Dataset Index", css=".wrap {margin: 0 auto}", fi
192
  datatype=["str", "html", "str", "str", "str", "str", "str"],
193
  interactive=False,
194
  wrap=True,
 
195
  )
196
 
197
  submit.click(
 
192
  datatype=["str", "html", "str", "str", "str", "str", "str"],
193
  interactive=False,
194
  wrap=True,
195
+ show_fullscreen_button=True,
196
  )
197
 
198
  submit.click(