Zkone commited on
Commit
fe079fb
·
verified ·
1 Parent(s): 6fa6b9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -249,11 +249,10 @@ def build_interface():
249
  fig_predictions = gr.Plot()
250
  with gr.Tab("📋 Logs"):
251
  log_output = gr.Textbox(
252
- label="",
253
- lines=28,
254
- max_lines=60,
255
- show_copy_button=True,
256
- )
257
 
258
  btn.click(
259
  fn=run_pipeline,
 
249
  fig_predictions = gr.Plot()
250
  with gr.Tab("📋 Logs"):
251
  log_output = gr.Textbox(
252
+ label="",
253
+ lines=28,
254
+ max_lines=60,
255
+ )
 
256
 
257
  btn.click(
258
  fn=run_pipeline,