juanelot commited on
Commit
303e291
·
verified ·
1 Parent(s): e110031

Create custom.css

Browse files

crear etiquetas para ocultar

Files changed (1) hide show
  1. custom.css +9 -0
custom.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ /* Ocultar "Use via API" */
2
+ .gradio-footer .gradio-api-button {
3
+ display: none;
4
+ }
5
+
6
+ /* Ocultar "Built with Gradio" */
7
+ .gradio-footer .gradio-footer-text {
8
+ display: none;
9
+ }