SamiKhokhar commited on
Commit
1c48f9d
·
verified ·
1 Parent(s): ebeb38c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def main():
28
  result = convert_temperature(temperature, from_unit, to_unit)
29
  st.success(f"{temperature} {from_unit} = {result:.2f} {to_unit}")
30
 
31
- st.sidebar.write("Developed by [Your Name]")
32
 
33
  if __name__ == "__main__":
34
  main()
 
28
  result = convert_temperature(temperature, from_unit, to_unit)
29
  st.success(f"{temperature} {from_unit} = {result:.2f} {to_unit}")
30
 
31
+ st.sidebar.write("Developed by [Sami ullah]")
32
 
33
  if __name__ == "__main__":
34
  main()