Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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")
|