Spaces:
Sleeping
Sleeping
Christopher Román Jaimes
commited on
Commit
•
7ba1cd7
1
Parent(s):
551b39e
chore: add bullet about the maximun input supported.
Browse files
app.py
CHANGED
@@ -91,6 +91,7 @@ with gr.Blocks() as demo:
|
|
91 |
"<li>Type an address to see matching suggestions.</li>"
|
92 |
"<li>Selecting one will show its polygon.</li>"
|
93 |
"<li>Previous searches will also suggest addresses.</li>"
|
|
|
94 |
"</ul>"
|
95 |
)
|
96 |
|
|
|
91 |
"<li>Type an address to see matching suggestions.</li>"
|
92 |
"<li>Selecting one will show its polygon.</li>"
|
93 |
"<li>Previous searches will also suggest addresses.</li>"
|
94 |
+
"<li>The service supports a maximum input of 15 characters.</li>"
|
95 |
"</ul>"
|
96 |
)
|
97 |
|