Thrishul3549x commited on
Commit
8e9ff0f
·
verified ·
1 Parent(s): 5932337

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ interface = gr.Interface(
33
  description="Enter house details to predict price using XGBoost."
34
  )
35
 
36
- if _name_ == "_main_":
37
  interface.launch()
 
33
  description="Enter house details to predict price using XGBoost."
34
  )
35
 
36
+ if __name__ == "__main__":
37
  interface.launch()