shikharyashmaurya commited on
Commit
f3d6242
1 Parent(s): e8892c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -80,3 +80,6 @@ def app():
80
 
81
  # Display the result
82
  st.write(f"{value} {from_unit} is equal to {result} {to_unit}")
 
 
 
 
80
 
81
  # Display the result
82
  st.write(f"{value} {from_unit} is equal to {result} {to_unit}")
83
+
84
+ if __name__ == "__main__":
85
+ app()