Spaces:
Running
Running
pseudotensor
commited on
Commit
•
56980e9
1
Parent(s):
150b73b
better word
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ def display_turn_title(chunk1, display_step=None):
|
|
114 |
st.markdown(f'**{name} {display_step}: {turn_title}{step_time}{acum_time}**', unsafe_allow_html=True)
|
115 |
|
116 |
|
117 |
-
if st.button("Start
|
118 |
st.session_state.conversation_started = True
|
119 |
|
120 |
# Sidebar
|
|
|
114 |
st.markdown(f'**{name} {display_step}: {turn_title}{step_time}{acum_time}**', unsafe_allow_html=True)
|
115 |
|
116 |
|
117 |
+
if st.button("Start Reasoning Engine", disabled=st.session_state.conversation_started):
|
118 |
st.session_state.conversation_started = True
|
119 |
|
120 |
# Sidebar
|