Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,11 +11,9 @@ with col2:
|
|
| 11 |
|
| 12 |
if x:
|
| 13 |
t=st.text_input("Enter the Text")
|
| 14 |
-
|
| 15 |
-
st.write(pipe(t))
|
| 16 |
if y:
|
| 17 |
t1=st.text_input("Enter the Text for Summarization")
|
| 18 |
-
|
| 19 |
-
st.write(summarizer(t1))
|
| 20 |
|
| 21 |
|
|
|
|
| 11 |
|
| 12 |
if x:
|
| 13 |
t=st.text_input("Enter the Text")
|
| 14 |
+
st.write(pipe(t))
|
|
|
|
| 15 |
if y:
|
| 16 |
t1=st.text_input("Enter the Text for Summarization")
|
| 17 |
+
st.write(summarizer(t1))
|
|
|
|
| 18 |
|
| 19 |
|