ppsingh commited on
Commit
e1aecfb
·
1 Parent(s): 6fab0af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ if keys is not None:
49
  #with st.container():
50
 
51
 
52
- with st.form(annotation_form):
53
  if topic is not None:
54
  subtopics = list(paraList[topic].keys())
55
  #st.write(subtopics)
 
49
  #with st.container():
50
 
51
 
52
+ with st.form("annotation_form"):
53
  if topic is not None:
54
  subtopics = list(paraList[topic].keys())
55
  #st.write(subtopics)