ajs2440 commited on
Commit
0ef045f
·
1 Parent(s): 3b20269

testing disabling again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ if st.button('Submit') or st.session_state.button_sent:
96
  print(output)
97
  # st.write(output)
98
  st.session_state.button_sent = True
99
- st.text_area(label="Generated Responses:", value=output, height=200)
100
 
101
 
102
 
 
96
  print(output)
97
  # st.write(output)
98
  st.session_state.button_sent = True
99
+ st.text_area(label="Generated Responses:", value=output, height=200, disabled=True)
100
 
101
 
102