Carlos Rosas commited on
Commit
12c4f19
·
verified ·
1 Parent(s): f75b97e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -9
app.py CHANGED
@@ -226,17 +226,15 @@ with demo:
226
  # Header with black bar
227
  gr.HTML("""
228
  <div style="display: flex; justify-content: center; width: 100%; background-color: black; padding: 10px 0;">
229
- <pre style="font-family: monospace; line-height: 1.2; font-size: 8px; color: #00ffea; margin: 0;">
230
-
231
  _ _ ______ ___ _____
232
- | | (_) | ___ \/ _ \| __ \
233
- _ __ | | ___ _ __ _ ___ ______ | |_/ / /_\ \ | \/
234
- | '_ \| |/ _ \ |/ _` / __| |______| | /| _ | | __
235
- | |_) | | __/ | (_| \__ \ | |\ \| | | | |_\ \
236
- | .__/|_|\___|_|\__,_|___/ \_| \_\_| |_/\____/
237
  | |
238
- |_|
239
- </pre>
240
  </div>
241
  """)
242
 
 
226
  # Header with black bar
227
  gr.HTML("""
228
  <div style="display: flex; justify-content: center; width: 100%; background-color: black; padding: 10px 0;">
229
+ <pre style="font-family: monospace; line-height: 1.2; font-size: 24px; color: #00ffea; margin: 0;">
 
230
  _ _ ______ ___ _____
231
+ | | (_) | ___ \\/ _ \\| __ \\
232
+ _ __ | | ___ _ __ _ ___ ______ | |_/ / /_\\ \\ | \\/
233
+ | '_ \\| |/ _ \\ |/ _` / __| |______| | /| _ | | __
234
+ | |_) | | __/ | (_| \\__ \\ | |\\ \\| | | | |_\\ \\
235
+ | .__/|_|\\___|_|\\__,_|___/ \\_| \\_\\_| |_/\\____/
236
  | |
237
+ |_| </pre>
 
238
  </div>
239
  """)
240