Binaryy commited on
Commit
29f677b
1 Parent(s): 393757f

Update app.py

Browse files

updates to property listing, with inclusions from ogun state government and oyo state government
also changed the vector db into serverless

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,5 +97,5 @@ iface = gr.Interface(
97
  description="Enter your query to search.",
98
  )
99
 
100
- # Launch the Gradio interface
101
  iface.launch(share=True)
 
97
  description="Enter your query to search.",
98
  )
99
 
100
+ # Launch Gradio interface
101
  iface.launch(share=True)