ZongqianLi commited on
Commit
c4acede
·
verified ·
1 Parent(s): e9b0cbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ if st.button('Extract the property'):
119
  st.markdown('## 🖥️ QA Dataset Auto Generation', unsafe_allow_html=True)
120
  st.markdown('### Algorithm Input', unsafe_allow_html=True)
121
 
122
- st.markdown("###### Example of the data record in the ChemDataExtractor generated database: ', unsafe_allow_html=True)
123
  with open("./CDE_properties.jsonl", 'r') as file:
124
  for line in file:
125
  json_data = json.loads(line.strip())
 
119
  st.markdown('## 🖥️ QA Dataset Auto Generation', unsafe_allow_html=True)
120
  st.markdown('### Algorithm Input', unsafe_allow_html=True)
121
 
122
+ st.markdown("###### Example of the data record in the ChemDataExtractor generated database: ", unsafe_allow_html=True)
123
  with open("./CDE_properties.jsonl", 'r') as file:
124
  for line in file:
125
  json_data = json.loads(line.strip())