seekeroftruth commited on
Commit
7afb281
·
1 Parent(s): e5ef93a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -667,7 +667,7 @@ Input_type = st.radio(
667
  )
668
 
669
  if Input_type == 'TEXT':
670
- mytext = st.text_input('**Go on! Ask me anything:**')
671
  if st.button("SUBMIT"):
672
  question=mytext
673
  response = openai.Completion.create(
 
667
  )
668
 
669
  if Input_type == 'TEXT':
670
+ mytext = st.text_input('**🤖: Ask me anything**')
671
  if st.button("SUBMIT"):
672
  question=mytext
673
  response = openai.Completion.create(