Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
keisuke-tada
/
gpt-playground
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
keisuke-tada
commited on
May 2, 2023
Commit
8189902
·
1 Parent(s):
26b05d4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,7 +10,7 @@ prompt = st.text_area("Prompt")
10
11
if prompt:
12
output_box = st.empty()
13
-
share_box = st.empty
14
15
content = []
16
10
11
if prompt:
12
output_box = st.empty()
13
+
share_box = st.empty
()
14
15
content = []
16