davidfearne commited on
Commit
8403e95
·
1 Parent(s): 7f64746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with col1:
48
  st.session_state.generated.append(output['res'])
49
  # Layout the columns
50
 
51
- button = st.button("Completed", key=None, help="Use this button when you have finished describing your symptoms", on_click=None, args=None)
52
 
53
 
54
  if st.session_state['generated']:
 
48
  st.session_state.generated.append(output['res'])
49
  # Layout the columns
50
 
51
+ #button = st.button("Completed", key=None, help="Use this button when you have finished describing your symptoms", on_click=None, args=None)
52
 
53
 
54
  if st.session_state['generated']: