keisuke-tada commited on
Commit
8189902
·
1 Parent(s): 26b05d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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