Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KubraBashir
/
Temperature_Converter
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
KubraBashir
commited on
Jan 21
Commit
1e13f60
·
verified
·
1 Parent(s):
ad7b775
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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