za3karia commited on
Commit
00989f1
·
verified ·
1 Parent(s): 26c3c2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ if st.session_state['sync']:
125
  if st.session_state['Recap']:
126
 
127
  # rs.slides(markdown, height=500)
128
- rs.slides(r"{st.session_state['markdown']}", height=500)
129
 
130
  # Chat prompt (future feature)
131
  st.text_input("Ask any question about the contributor:", on_change=None, key="chat_prompt")
 
125
  if st.session_state['Recap']:
126
 
127
  # rs.slides(markdown, height=500)
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")