rohaneng commited on
Commit
79e65e0
·
1 Parent(s): 1a1f8eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ if uploaded_file is not None:
37
 
38
  # Display content
39
  for entry in parsed_data:
40
- st.subheader(f"ID: {entry['id']}")
41
  st.markdown("### Question")
42
  st.markdown(entry['question'], unsafe_allow_html=True)
43
  st.markdown("### Answer")
 
37
 
38
  # Display content
39
  for entry in parsed_data:
40
+ st.markdown(f"# ID: {entry['id']}")
41
  st.markdown("### Question")
42
  st.markdown(entry['question'], unsafe_allow_html=True)
43
  st.markdown("### Answer")