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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -108,16 +108,12 @@ footer a {
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
  """
 
108
  color: #aaa !important;
109
  }
110
 
111
+ /* Hide only the model selection dropdown and its label */
112
+ .sidebar-panel > .gr-block:nth-child(3),
113
+ .sidebar-panel > .gr-block:nth-child(3) label {
114
  display: none !important;
115
  }
116
 
 
 
 
 
 
117
 
118
 
119
  """