Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 [
|
| 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()
|