elfsong commited on
Commit
df570d0
·
1 Parent(s): 4351029
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,6 +38,7 @@ instance = {
38
  "ans1": raw_instance['ans1'],
39
  "ans2": raw_instance['ans2'],
40
  }
 
41
  instance = st.data_editor(instance)
42
 
43
  # Propose
 
38
  "ans1": raw_instance['ans1'],
39
  "ans2": raw_instance['ans2'],
40
  }
41
+ st.text("Here is an example, you can change the content on the fly!")
42
  instance = st.data_editor(instance)
43
 
44
  # Propose