Pringled commited on
Commit
1282e7b
·
1 Parent(s): 4a4b51b
Files changed (1) hide show
  1. app.py +1 -1
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: 100px; overflow: auto; }") as demo:
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(