Christopher Román Jaimes commited on
Commit
7ba1cd7
1 Parent(s): 551b39e

chore: add bullet about the maximun input supported.

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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