Spaces:
Build error
Build error
Update app.py
Browse files
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)
|