ppsingh commited on
Commit
f6898c6
·
1 Parent(s): 99b8187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ if topic is not None:
52
 
53
  with c1:
54
  st.header('Text')
55
- st.text(paraList[topic][choice][0]['textsegment'])
56
 
57
  with c2:
58
  st.header('Tag')
 
52
 
53
  with c1:
54
  st.header('Text')
55
+ st.write(paraList[topic][choice][0]['textsegment'])
56
 
57
  with c2:
58
  st.header('Tag')