Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
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 |
|