Gregoryjr commited on
Commit
bd063dc
·
unverified ·
1 Parent(s): b1b5dc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
- st.title("Milestone #2")
4
  text = st.text_input("write a statement")
5
  import streamlit as st
6
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
+ st.title("Milestone #2 v2")
4
  text = st.text_input("write a statement")
5
  import streamlit as st
6