aiDevzz commited on
Commit
540f24d
1 Parent(s): 0a80503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,4 +9,5 @@ text = st.text_area('Darwin prompt')
9
 
10
  if text:
11
  out = pipe(text)
12
- st.json(out)
 
 
9
 
10
  if text:
11
  out = pipe(text)
12
+ st.json(out)
13
+ text = pipe(out)