Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -298,7 +298,7 @@ iface = gr.Interface(
|
|
| 298 |
inputs=gr.Textbox(),
|
| 299 |
outputs=gr.Textbox(),
|
| 300 |
live=True,
|
| 301 |
-
title="Key Extraction
|
| 302 |
description="Enter a word to get the definition of its first WordNet synset.",
|
| 303 |
)
|
| 304 |
|
|
|
|
| 298 |
inputs=gr.Textbox(),
|
| 299 |
outputs=gr.Textbox(),
|
| 300 |
live=True,
|
| 301 |
+
title="Key Extraction",
|
| 302 |
description="Enter a word to get the definition of its first WordNet synset.",
|
| 303 |
)
|
| 304 |
|