ZongqianLi commited on
Commit
02a47af
Β·
verified Β·
1 Parent(s): 73c3340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -7,8 +7,6 @@ import json
7
 
8
  st.markdown("# πŸŽ“ Auto-generating Question-Answering Datasets with Domain-Specific Knowledge for Language Models in Scientific Tasks", unsafe_allow_html=True)
9
 
10
-
11
-
12
  ##########
13
  # Transformation Algorithm
14
  ##########
@@ -38,8 +36,6 @@ with open(st.session_state['paper'],'r+', encoding = "utf-8") as f:
38
  json_string = json.dumps(json_data, indent=4)
39
  st.text_area("", value=json_string, height=200)
40
  break
41
-
42
- if st.button('Transform CDE '):
43
 
44
 
45
 
 
7
 
8
  st.markdown("# πŸŽ“ Auto-generating Question-Answering Datasets with Domain-Specific Knowledge for Language Models in Scientific Tasks", unsafe_allow_html=True)
9
 
 
 
10
  ##########
11
  # Transformation Algorithm
12
  ##########
 
36
  json_string = json.dumps(json_data, indent=4)
37
  st.text_area("", value=json_string, height=200)
38
  break
 
 
39
 
40
 
41