Updates
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ def perform_deduplication(
|
|
| 150 |
yield f"An error occurred: {e}", ""
|
| 151 |
raise e
|
| 152 |
|
| 153 |
-
with gr.Blocks(css="#status_output { height:
|
| 154 |
gr.Markdown("# Semantic Deduplication")
|
| 155 |
|
| 156 |
deduplication_type = gr.Radio(
|
|
|
|
| 150 |
yield f"An error occurred: {e}", ""
|
| 151 |
raise e
|
| 152 |
|
| 153 |
+
with gr.Blocks(css="#status_output { height: 50px; overflow: auto; }") as demo:
|
| 154 |
gr.Markdown("# Semantic Deduplication")
|
| 155 |
|
| 156 |
deduplication_type = gr.Radio(
|