fehmikaya commited on
Commit
28677c7
·
verified ·
1 Parent(s): dffc730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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