Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
noumanjavaid
/
calculator
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
noumanjavaid
commited on
Aug 26, 2024
Commit
6fbe8c4
·
verified
·
1 Parent(s):
4469dcf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,7 +48,7 @@ def main():
48
49
df = pd.DataFrame(gpu_data)
50
st.table(df)
51
-
if name == "
main
":
52
main()
53
54
48
49
df = pd.DataFrame(gpu_data)
50
st.table(df)
51
+
if name == "
app
":
52
main()
53
54