unijoh commited on
Commit
a4755c1
·
verified ·
1 Parent(s): 1df4379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -108,6 +108,7 @@ CSS = """
108
  border: 0 !important;
109
  box-shadow: none !important;
110
  }
 
111
  """
112
 
113
  # ----------------------------
 
108
  border: 0 !important;
109
  box-shadow: none !important;
110
  }
111
+ #input_col [class*="border"], #input_col [class*="shadow"]{ border:0 !important; box-shadow:none !important; }
112
  """
113
 
114
  # ----------------------------