Spaces:
Running
Running
Update app.py
Browse files
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
|
| 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 & 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 & 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 |
|