Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ if st.button('Extract the property'):
|
|
117 |
# Transformation Algorithm
|
118 |
##########
|
119 |
st.markdown('## 🖥️ QA Dataset Auto Generation', unsafe_allow_html=True)
|
120 |
-
st.markdown('### Input', unsafe_allow_html=True)
|
121 |
|
122 |
cde_lst = ["./CDE_properties.jsonl"]
|
123 |
paper_lst = ["./reference_paper.json"]
|
@@ -141,7 +141,7 @@ with open(st.session_state['paper'],'r+', encoding = "utf-8") as f:
|
|
141 |
json_string = json.dumps(json_data, indent=4)
|
142 |
st.text_area("", value=json_string, height=200)
|
143 |
|
144 |
-
st.markdown('### Output', unsafe_allow_html=True)
|
145 |
|
146 |
st.write("To be updated")
|
147 |
|
|
|
117 |
# Transformation Algorithm
|
118 |
##########
|
119 |
st.markdown('## 🖥️ QA Dataset Auto Generation', unsafe_allow_html=True)
|
120 |
+
st.markdown('### Algorithm Input', unsafe_allow_html=True)
|
121 |
|
122 |
cde_lst = ["./CDE_properties.jsonl"]
|
123 |
paper_lst = ["./reference_paper.json"]
|
|
|
141 |
json_string = json.dumps(json_data, indent=4)
|
142 |
st.text_area("", value=json_string, height=200)
|
143 |
|
144 |
+
st.markdown('### Algorithm Output', unsafe_allow_html=True)
|
145 |
|
146 |
st.write("To be updated")
|
147 |
|