throaway2854 commited on
Commit
09e70b9
·
verified ·
1 Parent(s): b3fbd95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
144
  message_box = gr.Textbox(interactive=False, label="Message")
145
 
146
  # Dataset Viewer and Pagination Controls at the Bottom
147
- with gr.Column(visible=False):
148
  gr.Markdown("### Dataset Viewer")
149
  dataset_html = gr.HTML()
150
  with gr.Row():
 
144
  message_box = gr.Textbox(interactive=False, label="Message")
145
 
146
  # Dataset Viewer and Pagination Controls at the Bottom
147
+ with gr.Column(visible=False) as dataset_viewer_section:
148
  gr.Markdown("### Dataset Viewer")
149
  dataset_html = gr.HTML()
150
  with gr.Row():