Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -214,7 +214,7 @@ button[aria-label="Settings"] {
|
|
| 214 |
|
| 215 |
HERO_HTML = """
|
| 216 |
<div id="hero">
|
| 217 |
-
<h1>Combo
|
| 218 |
<p>
|
| 219 |
Paste Old Church Slavonic text. The app preprocesses the input, tokenizes it, and returns each token with its predicted lemma.
|
| 220 |
</p>
|
|
|
|
| 214 |
|
| 215 |
HERO_HTML = """
|
| 216 |
<div id="hero">
|
| 217 |
+
<h1>Combo Tool Demo</h1>
|
| 218 |
<p>
|
| 219 |
Paste Old Church Slavonic text. The app preprocesses the input, tokenizes it, and returns each token with its predicted lemma.
|
| 220 |
</p>
|