Spaces:
Sleeping
Sleeping
Commit
·
8403e95
1
Parent(s):
7f64746
Update app.py
Browse files
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']:
|