Vivek16 commited on
Commit
8c0c299
·
verified ·
1 Parent(s): 8ab88c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -108,12 +108,16 @@ footer a {
108
  color: #aaa !important;
109
  }
110
 
111
- /* Hide the model selection dropdown and its label */
112
- label[for="Select Model"],
113
- #Select\\ Model {
114
  display: none !important;
115
  }
116
 
 
 
 
 
 
117
 
118
 
119
  """
 
108
  color: #aaa !important;
109
  }
110
 
111
+ /* Hide the model dropdown in sidebar */
112
+ .sidebar-panel .gr-dropdown {
 
113
  display: none !important;
114
  }
115
 
116
+ .sidebar-panel label {
117
+ display: none !important; /* hides the label "Select Model" */
118
+ }
119
+
120
+
121
 
122
 
123
  """