Spaces:
Sleeping
Sleeping
Update app.py
Browse filesadding full screen button
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(
|