Spaces:
Build error
Build error
testing disabling again
Browse files
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 |
|