fehmikaya commited on
Commit
8b15c9a
·
verified ·
1 Parent(s): 286afce

Update app.py

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