multimodalart HF staff commited on
Commit
2e5bb89
1 Parent(s): 85b0174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ def run(prompt):
12
  css = '''
13
  .container{max-width: 800px}
14
  #title_area{text-align: center}
 
15
  .footer {margin-bottom: 45px;text-align: center;border-bottom: 1px solid #e5e5e5}
16
  .footer>p {font-size: .8rem;display: inline-block;padding: 0 10px;transform: translateY(10px);background: white}
17
  .dark .footer {border-color: #303030}
 
12
  css = '''
13
  .container{max-width: 800px}
14
  #title_area{text-align: center}
15
+ #title_area h2{margin-bottom: 0.25em}
16
  .footer {margin-bottom: 45px;text-align: center;border-bottom: 1px solid #e5e5e5}
17
  .footer>p {font-size: .8rem;display: inline-block;padding: 0 10px;transform: translateY(10px);background: white}
18
  .dark .footer {border-color: #303030}