M17idd commited on
Commit
e241512
·
verified ·
1 Parent(s): 54e7c18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -101,10 +101,7 @@ demo = gr.Interface(
101
  transform: scale(1.05);
102
  }
103
  .gradio-footer {
104
- background-color: #545454 !important;
105
- color: #272727 !important;
106
- padding: 10px;
107
- text-align: center;
108
  }
109
 
110
 
 
101
  transform: scale(1.05);
102
  }
103
  .gradio-footer {
104
+ display: none !important;
 
 
 
105
  }
106
 
107