LucasAguetai commited on
Commit
cf69571
·
1 Parent(s): dfc1114

test text area

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ with st.sidebar:
15
  userContext = st.file_uploader("Pick a file for the context", accept_multiple_files=True)
16
  context = "/uploadfile/"
17
  else:
18
- userContext = st.chat_input("write the context")
19
  context = "/contextText/"
20
 
21
  st.title("ALOQAS")
 
15
  userContext = st.file_uploader("Pick a file for the context", accept_multiple_files=True)
16
  context = "/uploadfile/"
17
  else:
18
+ userContext = st.text_area("write the context")
19
  context = "/contextText/"
20
 
21
  st.title("ALOQAS")