astro21 commited on
Commit
fb47e39
·
1 Parent(s): 30e894a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()