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