LAP-DEV commited on
Commit
317b2e9
·
verified ·
1 Parent(s): 10f3ad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -339,6 +339,7 @@ class App:
339
  show_copy_button=True,
340
  show_fullscreen_button=True,
341
  interactive=False,
 
342
  elem_id="md_disclaimer")
343
  with gr.Column(scale=1):
344
  tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
 
339
  show_copy_button=True,
340
  show_fullscreen_button=True,
341
  interactive=False,
342
+ sortable=False,
343
  elem_id="md_disclaimer")
344
  with gr.Column(scale=1):
345
  tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)