Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ iface = gr.Interface(
|
|
242 |
fn=test,
|
243 |
inputs=gr.Textbox(label="Input JSON", lines=20, placeholder="Enter JSON with all parameters here..."),
|
244 |
outputs=gr.JSON(label="Output JSON"),
|
245 |
-
title="
|
246 |
)
|
247 |
|
248 |
iface.launch()
|
|
|
242 |
fn=test,
|
243 |
inputs=gr.Textbox(label="Input JSON", lines=20, placeholder="Enter JSON with all parameters here..."),
|
244 |
outputs=gr.JSON(label="Output JSON"),
|
245 |
+
title="Urban livability (accessibility)"
|
246 |
)
|
247 |
|
248 |
iface.launch()
|