Keltezaa commited on
Commit
407aadc
·
verified ·
1 Parent(s): 2735885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -395,7 +395,7 @@ def update_history(new_image, history):
395
  history.insert(0, new_image)
396
  return history
397
 
398
- ccss = '''
399
  #gen_btn{height: 100%}
400
  #title{text-align: center}
401
  #title h1{font-size: 3em; display:inline-flex; align-items:center}
 
395
  history.insert(0, new_image)
396
  return history
397
 
398
+ css = '''
399
  #gen_btn{height: 100%}
400
  #title{text-align: center}
401
  #title h1{font-size: 3em; display:inline-flex; align-items:center}