Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ with gr.Blocks() as view:
|
|
| 35 |
|
| 36 |
|
| 37 |
with gr.Row():
|
| 38 |
-
output = gr.Markdown(container=True, show_copy_button=
|
| 39 |
|
| 40 |
submit_btn.click(
|
| 41 |
fn=investigate,
|
|
|
|
| 35 |
|
| 36 |
|
| 37 |
with gr.Row():
|
| 38 |
+
output = gr.Markdown(container=True, show_copy_button=False, min_height=100)
|
| 39 |
|
| 40 |
submit_btn.click(
|
| 41 |
fn=investigate,
|