sudip1987 commited on
Commit
b9acd00
·
verified ·
1 Parent(s): 835a735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -177,5 +177,6 @@ with gr.Blocks(title="House Database Query") as demo:
177
  # fn=execute_sql_query
178
  )
179
  # When calling/running directly, script gets executed
 
180
  if __name__ == "__main__":
181
  demo.launch(share=True)
 
177
  # fn=execute_sql_query
178
  )
179
  # When calling/running directly, script gets executed
180
+ # why -> this mechanishm used to prevent unintended execution of code
181
  if __name__ == "__main__":
182
  demo.launch(share=True)