Update app.py
Browse files
app.py
CHANGED
@@ -101,10 +101,7 @@ demo = gr.Interface(
|
|
101 |
transform: scale(1.05);
|
102 |
}
|
103 |
.gradio-footer {
|
104 |
-
|
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 |
|