rahuln2002 commited on
Commit
d877c0d
·
verified ·
1 Parent(s): 1e1df8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ def home():
42
  rag.initiate_rag(input_text_path=input_text_path, query=user_question)
43
 
44
  result_text = read_txt_file(file_path=file_path)
 
45
 
46
  return render_template("index.html", task=user_option, text=result_text, user_text=user_text)
47
 
 
42
  rag.initiate_rag(input_text_path=input_text_path, query=user_question)
43
 
44
  result_text = read_txt_file(file_path=file_path)
45
+ print(result_text)
46
 
47
  return render_template("index.html", task=user_option, text=result_text, user_text=user_text)
48