CobaltZvc commited on
Commit
b0be51f
1 Parent(s): 34e88c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ Input_type = st.radio(
255
  )
256
 
257
  if Input_type == 'TEXT':
258
- st.write('**You are now in Text input mode**')
259
  mytext = st.text_input('**Go on! Ask me anything:**')
260
  if st.button("SUBMIT"):
261
  question=mytext
 
255
  )
256
 
257
  if Input_type == 'TEXT':
258
+ # st.write('**You are now in Text input mode**')
259
  mytext = st.text_input('**Go on! Ask me anything:**')
260
  if st.button("SUBMIT"):
261
  question=mytext