Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def generate(prompt):
|
|
| 116 |
|
| 117 |
|
| 118 |
def process_input(text, rag, prompt_template):
|
| 119 |
-
|
| 120 |
if not(rag):
|
| 121 |
rag_text = " "
|
| 122 |
if not(prompt_template):
|
|
|
|
| 116 |
|
| 117 |
|
| 118 |
def process_input(text, rag, prompt_template):
|
| 119 |
+
|
| 120 |
if not(rag):
|
| 121 |
rag_text = " "
|
| 122 |
if not(prompt_template):
|