Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ with st.sidebar:
|
|
79 |
f.write(file.getbuffer())
|
80 |
st.agent = init_agent_with_docs()
|
81 |
st.success("Done")
|
82 |
-
st.text_area("Console", st.session_state["console_out"])
|
83 |
|
84 |
user_prompt = st.chat_input("Ask me anything about the content of the PDF or Web Link:")
|
85 |
|
|
|
79 |
f.write(file.getbuffer())
|
80 |
st.agent = init_agent_with_docs()
|
81 |
st.success("Done")
|
82 |
+
st.text_area("Console", st.session_state["console_out"], height=250)
|
83 |
|
84 |
user_prompt = st.chat_input("Ask me anything about the content of the PDF or Web Link:")
|
85 |
|