davda54 commited on
Commit
a30acd1
·
verified ·
1 Parent(s): 613eadf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ def logout() -> Tuple:
211
  )
212
 
213
  # Create Gradio interface
214
- white_background_css = """
215
  #login-group {
216
  background-color: white !important;
217
  padding: 20px;
 
211
  )
212
 
213
  # Create Gradio interface
214
+ custom_css = """
215
  #login-group {
216
  background-color: white !important;
217
  padding: 20px;