QIDNLF commited on
Commit
cd17a4c
·
verified ·
1 Parent(s): f1ddbf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -625,7 +625,7 @@ with gr.Blocks() as demo:
625
  # --------------------------
626
  css = """
627
  table {
628
- table-layout: fixed !important;
629
  width: 100% !important;
630
  }
631
 
 
625
  # --------------------------
626
  css = """
627
  table {
628
+ table-layout: auto !important;
629
  width: 100% !important;
630
  }
631