Spaces:
Sleeping
Sleeping
LucasAguetai
commited on
Commit
·
cf69571
1
Parent(s):
dfc1114
test text area
Browse files
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.
|
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")
|