UnionJack commited on
Commit
226f692
·
verified ·
1 Parent(s): 5881290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -14,6 +14,4 @@ pipe = pipeline(
14
  )
15
 
16
  input = st.text_input("Ingrese el Promt")
17
- st.write(pipe(input))
18
-
19
- pipe("The key to life is")
 
14
  )
15
 
16
  input = st.text_input("Ingrese el Promt")
17
+ st.write(pipe(input))