carisackc commited on
Commit
a08ccc9
1 Parent(s): 5857caa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with col1:
157
  st.button('Summarize')
158
  run_model(runtext)
159
  sentences=runtext.split('.')
160
- st.text_area('Reference text', str(reference_text), height=300)
161
  test = pd.DataFrame(
162
  np.random.randn(10, 5),
163
  columns=('col %d' % i for i in range(5)))
 
157
  st.button('Summarize')
158
  run_model(runtext)
159
  sentences=runtext.split('.')
160
+ st.text_area('Reference text', str(reference_text), height=150)
161
  test = pd.DataFrame(
162
  np.random.randn(10, 5),
163
  columns=('col %d' % i for i in range(5)))