xu3kev commited on
Commit
07da79f
·
1 Parent(s): 95cdd2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,6 +38,6 @@ index_example = st.sidebar.number_input(f"Choose a sample from the existing {len
38
  #st.code(sql_str_pretty)
39
  st.markdown(f'<h2 style="color:blue;">Content:</h2>', unsafe_allow_html=True)
40
  st.code(samples[index_example]["text"])
41
- st.markdown(f'<h2 style="color:blue;">Metadata:</h2>', unsafe_allow_html=True)
42
- st.code(samples[index_example]["meta"])
43
 
 
38
  #st.code(sql_str_pretty)
39
  st.markdown(f'<h2 style="color:blue;">Content:</h2>', unsafe_allow_html=True)
40
  st.code(samples[index_example]["text"])
41
+ #st.markdown(f'<h2 style="color:blue;">Metadata:</h2>', unsafe_allow_html=True)
42
+ #st.code(samples[index_example]["meta"])
43