alexat commited on
Commit
68f542f
·
1 Parent(s): 59ea7b6

Update app.py

Browse files

Edit by AlexaT 20230518 11:34
-remove footer

Files changed (1) hide show
  1. app.py +5 -0
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 歸納器'