Spaces:
Runtime error
Runtime error
Commit ·
92212fb
1
Parent(s): 7360b2b
working on text splitting
Browse files
app.py
CHANGED
|
@@ -121,7 +121,6 @@ def main() -> None:
|
|
| 121 |
sentences = split_text(target_text_input)
|
| 122 |
for sentence in sentences:
|
| 123 |
st.text(sentence)
|
| 124 |
-
st.line_chart
|
| 125 |
#output = pipe(sentence)
|
| 126 |
#st.markdown(output["summary_text"])
|
| 127 |
|
|
|
|
| 121 |
sentences = split_text(target_text_input)
|
| 122 |
for sentence in sentences:
|
| 123 |
st.text(sentence)
|
|
|
|
| 124 |
#output = pipe(sentence)
|
| 125 |
#st.markdown(output["summary_text"])
|
| 126 |
|