ancerlop commited on
Commit
f1a99e0
1 Parent(s): a7ec4d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def generate(prompt):
116
 
117
 
118
  def process_input(text, rag, prompt_template):
119
- prompt = text
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):