KubraBashir commited on
Commit
1e13f60
·
verified ·
1 Parent(s): ad7b775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
-
2
  def convert_temperature(value, from_unit, to_unit):
3
  if from_unit == to_unit:
4
  return value
 
1
+ import streamlit as st
2
  def convert_temperature(value, from_unit, to_unit):
3
  if from_unit == to_unit:
4
  return value