raznis commited on
Commit
998dff6
·
verified ·
1 Parent(s): 551667a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True, min_height=100)
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,