Eric Mitchell commited on
Commit
e2893d0
1 Parent(s): 42f5f04

Removed disabled

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ def reset():
7
  memory = st.text_area(
8
  label="Edits applied",
9
  value="Who is the UK PM? Boris Johnson\nWhat team does Messi play for? PSG",
10
- help="The are the edits that have been applied to the original model.",
11
- disabled=True)
12
 
13
  reset = st.button("Reset edits", on_click=reset)
14
 
 
7
  memory = st.text_area(
8
  label="Edits applied",
9
  value="Who is the UK PM? Boris Johnson\nWhat team does Messi play for? PSG",
10
+ help="The are the edits that have been applied to the original model.")
 
11
 
12
  reset = st.button("Reset edits", on_click=reset)
13