Vivek16 commited on
Commit
ebce46c
·
verified ·
1 Parent(s): 19e51c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -90,23 +90,24 @@ custom_css = """
90
  border-color: #444 !important;
91
  }
92
 
93
- /* Hugging Face footer – make it tiny and dim */
94
  footer {
95
- opacity: 0.15 !important;
96
- font-size: 0.6rem !important;
97
- padding: 4px 0 !important;
98
  line-height: 1 !important;
99
  }
100
 
101
  footer a {
102
- color: #888 !important;
103
  text-decoration: none !important;
104
  }
105
 
106
  .dark footer {
107
  background: transparent !important;
108
- color: #666 !important;
109
  }
 
110
  """
111
 
112
  # 3. Secure Chat Logic
 
90
  border-color: #444 !important;
91
  }
92
 
93
+ /* Hugging Face footer – almost invisible */
94
  footer {
95
+ opacity: 0.05 !important; /* nearly invisible */
96
+ font-size: 0.45rem !important; /* tiniest readable text */
97
+ padding: 1px 0 !important; /* minimal height */
98
  line-height: 1 !important;
99
  }
100
 
101
  footer a {
102
+ color: #aaa !important; /* very light links */
103
  text-decoration: none !important;
104
  }
105
 
106
  .dark footer {
107
  background: transparent !important;
108
+ color: #aaa !important;
109
  }
110
+
111
  """
112
 
113
  # 3. Secure Chat Logic