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