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