renceabishek commited on
Commit
4fe402e
·
1 Parent(s): 39d3e88

twisting comments

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,7 +7,7 @@ import os
7
 
8
  print("📁 Files in /app:", os.listdir())
9
 
10
- # === Load and chunk structured .txt files ===
11
  def load_structured_chunks(file_path):
12
  with open(file_path, "r", encoding="utf-8") as f:
13
  text = f.read()
 
7
 
8
  print("📁 Files in /app:", os.listdir())
9
 
10
+ # === Load and chunk structured .txt files ==== test
11
  def load_structured_chunks(file_path):
12
  with open(file_path, "r", encoding="utf-8") as f:
13
  text = f.read()