za3karia commited on
Commit
bc0e66f
·
verified ·
1 Parent(s): 75fab10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ if st.session_state['Recap']:
128
  rs.slides(str(st.session_state['markdown']).replace("\\", "\\\\"), height=500)
129
 
130
  # Chat prompt (future feature)
131
- st.text_input("Ask any question about the contributor:", on_change=None, key="chat_prompt")
132
 
133
  st.session_state["question"] = st.text_input("Ask any question about the contributor:", on_change=None, key="chat_prompt")
134
 
 
128
  rs.slides(str(st.session_state['markdown']).replace("\\", "\\\\"), height=500)
129
 
130
  # Chat prompt (future feature)
131
+ # st.text_input("Ask any question about the contributor:", on_change=None, key="chat_prompt")
132
 
133
  st.session_state["question"] = st.text_input("Ask any question about the contributor:", on_change=None, key="chat_prompt")
134