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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -108,6 +108,14 @@ footer a {
108
  color: #aaa !important;
109
  }
110
 
 
 
 
 
 
 
 
 
111
  """
112
 
113
  # 3. Secure Chat Logic
 
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
  """
120
 
121
  # 3. Secure Chat Logic