Spaces:
Running
Running
Update app.py
Browse files
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 |
|