robtacconelli commited on
Commit
b644961
·
verified ·
1 Parent(s): 6c44b3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -286,12 +286,13 @@ def decompress_b64(b64_text):
286
  HEADER_HTML = """
287
  <div style="text-align: center; margin-bottom: 0.5em;">
288
  <img src="https://raw.githubusercontent.com/st4ck/Nacrith-CPU/main/assets/banner_cpu.png" alt="Nacrith" style="max-width:420px;width:100%;margin:0 auto;">
289
- <p style="font-size: 1.1em; color: #aaa; margin-top: 8px;">Neural Arithmetic Compression -- State-of-the-Art Lossless Encoding</p>
290
  <p style="font-size: 0.9em;">
291
  <a href="https://nacrith.com">Website</a> |
292
  <a href="https://github.com/st4ck/Nacrith-CPU">GitHub</a> |
293
  Trigram Tables + Arithmetic Coding | CPU-only | Supports text &amp; binary files
294
  </p>
 
295
  </div>
296
  """
297
 
 
286
  HEADER_HTML = """
287
  <div style="text-align: center; margin-bottom: 0.5em;">
288
  <img src="https://raw.githubusercontent.com/st4ck/Nacrith-CPU/main/assets/banner_cpu.png" alt="Nacrith" style="max-width:420px;width:100%;margin:0 auto;">
289
+ <p style="font-size: 1.1em; color: #aaa; margin-top: 8px;">Neural Arithmetic Compression -- State-of-the-Art Lossless Compression</p>
290
  <p style="font-size: 0.9em;">
291
  <a href="https://nacrith.com">Website</a> |
292
  <a href="https://github.com/st4ck/Nacrith-CPU">GitHub</a> |
293
  Trigram Tables + Arithmetic Coding | CPU-only | Supports text &amp; binary files
294
  </p>
295
+ <p style="font-size: 1.1em; color: #aaa; margin-top: 8px;"><i>Information is Already There</i></p>
296
  </div>
297
  """
298