Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ if topic is not None:
|
|
52 |
|
53 |
with c1:
|
54 |
st.header('Text')
|
55 |
-
st.
|
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')
|