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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,6 +176,6 @@ with gr.Blocks(title="House Database Query") as demo:
176
  # outputs=query_output,
177
  # fn=execute_sql_query
178
  )
179
-
180
  if __name__ == "__main__":
181
  demo.launch(share=True)
 
176
  # outputs=query_output,
177
  # fn=execute_sql_query
178
  )
179
+ # When calling/running directly, script gets executed
180
  if __name__ == "__main__":
181
  demo.launch(share=True)