Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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():
|