DrGabrielLopez commited on
Commit
e9f4096
·
verified ·
1 Parent(s): 835ceae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with blocks:
129
  )
130
  in_file = gr.File()
131
  gr.Markdown("## Inspect the data")
132
- in_data = gr.Dataframe(max_rows=5)
133
  submit_button = gr.Button("Run BERTopic!")
134
  gr.Examples(inputs=in_file, examples=EXAMPLES)
135
  with gr.Column():
 
129
  )
130
  in_file = gr.File()
131
  gr.Markdown("## Inspect the data")
132
+ in_data = gr.Dataframe(row_count=5)
133
  submit_button = gr.Button("Run BERTopic!")
134
  gr.Examples(inputs=in_file, examples=EXAMPLES)
135
  with gr.Column():