Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ with col2:
|
|
196 |
|
197 |
col3, col4 = st.columns(2)
|
198 |
with col3:
|
199 |
-
st.text_area(visualize (
|
200 |
|
201 |
with col4:
|
202 |
st.text_area('testing', str(reference_text))#,label_visibility="hidden")
|
|
|
196 |
|
197 |
col3, col4 = st.columns(2)
|
198 |
with col3:
|
199 |
+
st.text_area(visualize (runtext,output))
|
200 |
|
201 |
with col4:
|
202 |
st.text_area('testing', str(reference_text))#,label_visibility="hidden")
|