Spaces:
Runtime error
Runtime error
Update app.py
Browse filesEdit by AlexaT 20230518 11:34
-remove footer
app.py
CHANGED
@@ -183,11 +183,16 @@ css = """
|
|
183 |
:root,.gradio-container-3-20-1 :host {
|
184 |
--color-border-primary:transparent;
|
185 |
}
|
|
|
186 |
#submit_button{
|
187 |
background-color: #fff;
|
188 |
font-weight: bold;
|
189 |
box-shadow: 5px 10px 18px #fff;
|
190 |
}
|
|
|
|
|
|
|
|
|
191 |
"""
|
192 |
|
193 |
title = 'AI Pdf 歸納器'
|
|
|
183 |
:root,.gradio-container-3-20-1 :host {
|
184 |
--color-border-primary:transparent;
|
185 |
}
|
186 |
+
|
187 |
#submit_button{
|
188 |
background-color: #fff;
|
189 |
font-weight: bold;
|
190 |
box-shadow: 5px 10px 18px #fff;
|
191 |
}
|
192 |
+
|
193 |
+
footer {
|
194 |
+
visibility: hidden;
|
195 |
+
}
|
196 |
"""
|
197 |
|
198 |
title = 'AI Pdf 歸納器'
|