Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
awacke1
/
StreamlitStatefulSingleton
like
1
Runtime error
App
Files
Files
Community
awacke1
commited on
May 25, 2022
Commit
eeba00f
•
1 Parent(s):
569cf30
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
@st.experimental_memo
2
def foo(x):
3
return x**2
1
+
import streamlit as st
2
+
3
@st.experimental_memo
4
def foo(x):
5
return x**2