Spaces:
Sleeping
Sleeping
Akhil Koduri
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def extract_text_from_docx(file):
|
|
28 |
def main():
|
29 |
st.title("Text Summarization App")
|
30 |
|
31 |
-
input_text = st.text_area("Enter Text")
|
32 |
uploaded_file = st.file_uploader("Upload a file", type=['pdf', 'txt', 'doc', 'docx'])
|
33 |
|
34 |
if st.button("Summarize"):
|
|
|
28 |
def main():
|
29 |
st.title("Text Summarization App")
|
30 |
|
31 |
+
input_text = st.text_area("Enter Text (Due to the Free CPU Basic Hardware being used, it takes more time for the output, please keep the prompt minimal)")
|
32 |
uploaded_file = st.file_uploader("Upload a file", type=['pdf', 'txt', 'doc', 'docx'])
|
33 |
|
34 |
if st.button("Summarize"):
|