nastasiasnk commited on
Commit
d2ad4c9
·
verified ·
1 Parent(s): 163602e

Update app.py

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