Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aloatalpine/streamlit_v2
aloatalpine
/
streamlit_v3
like
1
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
aloatalpine
commited on
Aug 3, 2023
Commit
3a230e7
·
1 Parent(s):
3b1b7c5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -114,7 +114,7 @@ def cs_body():
114
st.success(full_response)
115
116
117
-
return
None
118
119
# Run main()
120
114
st.success(full_response)
115
116
117
+
return
full_response
118
119
# Run main()
120