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