carisackc commited on
Commit
b6e76e7
1 Parent(s): 7c19aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ with col2:
196
 
197
  col3, col4 = st.columns(2)
198
  with col3:
199
- st.text_area(visualize (run_text,output))
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")