Spaces:
Sleeping
Sleeping
Update interface
Browse files
app.py
CHANGED
|
@@ -22,6 +22,15 @@ with iface:
|
|
| 22 |
with gr.Row(variant='panel'):
|
| 23 |
output = gr.Markdown()
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
btn_get.click(
|
| 26 |
fn = execute.get,
|
| 27 |
inputs = input_verb,
|
|
|
|
| 22 |
with gr.Row(variant='panel'):
|
| 23 |
output = gr.Markdown()
|
| 24 |
|
| 25 |
+
with gr.Row():
|
| 26 |
+
gr.HTML("""
|
| 27 |
+
<center>
|
| 28 |
+
<div class="alert alert-light" role="status">
|
| 29 |
+
CLARIFICATION: Note that when it comes to returning the correct inflection, different types of problems can arise. The library in charge of performing such conversions is based on the third-party dataset AGID, which it does not maintain.
|
| 30 |
+
</div>
|
| 31 |
+
</center>
|
| 32 |
+
""")
|
| 33 |
+
|
| 34 |
btn_get.click(
|
| 35 |
fn = execute.get,
|
| 36 |
inputs = input_verb,
|