Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ def summarize_text(input_text):
|
|
26 |
summarized_text = "\n".join(summarized_chunks)
|
27 |
return summarized_text
|
28 |
|
29 |
-
python
|
30 |
def read_file(file_path):
|
31 |
with open(file_path, 'r') as file:
|
32 |
content = file.read()
|
|
|
26 |
summarized_text = "\n".join(summarized_chunks)
|
27 |
return summarized_text
|
28 |
|
|
|
29 |
def read_file(file_path):
|
30 |
with open(file_path, 'r') as file:
|
31 |
content = file.read()
|