Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with st.sidebar:
|
|
39 |
st.success("Done")
|
40 |
st.markdown("Console:")
|
41 |
with st.container(height=200):
|
42 |
-
st.text_area(value=st.session_state.console_out, height=2000)
|
43 |
|
44 |
user_prompt = st.chat_input("Ask me anything about the content of the PDF or Web Link:")
|
45 |
|
|
|
39 |
st.success("Done")
|
40 |
st.markdown("Console:")
|
41 |
with st.container(height=200):
|
42 |
+
st.text_area("Console",value=st.session_state.console_out, height=2000)
|
43 |
|
44 |
user_prompt = st.chat_input("Ask me anything about the content of the PDF or Web Link:")
|
45 |
|