Yaron Koresh commited on
Commit
2daa864
·
verified ·
1 Parent(s): 1d16cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -113,6 +113,9 @@ css="""
113
  #image-container {
114
  aspect-ratio: 1 / 1;
115
  }
 
 
 
116
  """
117
 
118
  if torch.cuda.is_available():
 
113
  #image-container {
114
  aspect-ratio: 1 / 1;
115
  }
116
+ .dropdown-arrow {
117
+ display: none !important;
118
+ }
119
  """
120
 
121
  if torch.cuda.is_available():