Spaces:
Running
Running
Commit
·
ba74cea
1
Parent(s):
ffb88b3
update
Browse files
app.py
CHANGED
|
@@ -292,7 +292,7 @@ def build_ui():
|
|
| 292 |
gr.HTML(
|
| 293 |
f"""
|
| 294 |
<div style="text-align: center; margin-bottom: 16px;">
|
| 295 |
-
<h1 style="margin-bottom: 8px;">
|
| 296 |
<p style="margin-bottom: 12px; color: #666;">
|
| 297 |
This is a proof-of-concept demo. Compression and decompression are slow,
|
| 298 |
and the output is not portable across different environments.
|
|
|
|
| 292 |
gr.HTML(
|
| 293 |
f"""
|
| 294 |
<div style="text-align: center; margin-bottom: 16px;">
|
| 295 |
+
<h1 style="margin-bottom: 8px;">LLM Text Compressor</h1>
|
| 296 |
<p style="margin-bottom: 12px; color: #666;">
|
| 297 |
This is a proof-of-concept demo. Compression and decompression are slow,
|
| 298 |
and the output is not portable across different environments.
|