za3karia commited on
Commit
6223864
·
verified ·
1 Parent(s): 16f883f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ if st.session_state['sync']:
111
  if st.session_state['commits']:
112
  st.table(st.session_state['commits'])
113
 
114
- if st.session_state['markdown']
115
  rs.slides(markdown, height=500)
116
  # Chat prompt (future feature)
117
  st.session_state["question"] = st.text_input("Ask any question about the contributor:", on_change=None, key="chat_prompt")
 
111
  if st.session_state['commits']:
112
  st.table(st.session_state['commits'])
113
 
114
+ if st.session_state['markdown']:
115
  rs.slides(markdown, height=500)
116
  # Chat prompt (future feature)
117
  st.session_state["question"] = st.text_input("Ask any question about the contributor:", on_change=None, key="chat_prompt")