Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ if topic is not None:
|
|
76 |
# json.dump(paraList,json_file, ensure_ascii = True)
|
77 |
# repo.push_to_hub('added new annotation')
|
78 |
|
79 |
-
st.write(paraList)
|
80 |
#new_row = title
|
81 |
# data = data.append(new_row, ignore_index=True)
|
82 |
# st.write(data)
|
|
|
76 |
# json.dump(paraList,json_file, ensure_ascii = True)
|
77 |
# repo.push_to_hub('added new annotation')
|
78 |
|
79 |
+
#st.write(paraList)
|
80 |
#new_row = title
|
81 |
# data = data.append(new_row, ignore_index=True)
|
82 |
# st.write(data)
|