Spaces:
Sleeping
Sleeping
librarian-bot
commited on
Commit
•
ba8d4ac
1
Parent(s):
7f66f08
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks() as demo:
|
|
211 |
interactive=True,
|
212 |
)
|
213 |
|
214 |
-
output = gr.DataFrame(filter_df, datatype="markdown", min_width=160 * 2.5)
|
215 |
max_age_days.input(
|
216 |
filter_df,
|
217 |
inputs=[max_age_days, min_len, needs_server_preview],
|
|
|
211 |
interactive=True,
|
212 |
)
|
213 |
|
214 |
+
output = gr.DataFrame(filter_df, datatype="markdown", min_width=160 * 2.5, height=1000)
|
215 |
max_age_days.input(
|
216 |
filter_df,
|
217 |
inputs=[max_age_days, min_len, needs_server_preview],
|