carisackc commited on
Commit
a074db9
1 Parent(s): d1cccbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,9 +170,9 @@ with col2:
170
 
171
  col3, col4 = st.columns(2)
172
  with col3:
173
- st.text_area(visualize (runtext,output))
174
 
175
- #st.write(splittext)
176
  with col4:
177
  st.text_area('testing', str(reference_text))#,label_visibility="hidden")
178
 
 
170
 
171
  col3, col4 = st.columns(2)
172
  with col3:
173
+ # st.text_area(visualize (runtext,output))
174
 
175
+ st.write(doc)
176
  with col4:
177
  st.text_area('testing', str(reference_text))#,label_visibility="hidden")
178