eagle0504 commited on
Commit
f7aad26
·
verified ·
1 Parent(s): 8d87756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ if prompt := st.chat_input("What is up?"):
105
  final_response = out[0]["summary_text"]
106
  elif option == "Llama2 on YSA":
107
  if prompt:
108
- out = llama2_7b_ysa(query=prompt)
109
  engineered_prompt = f"""
110
  The user asked the question: {prompt}
111
 
 
105
  final_response = out[0]["summary_text"]
106
  elif option == "Llama2 on YSA":
107
  if prompt:
108
+ out = llama2_7b_ysa(prompt)
109
  engineered_prompt = f"""
110
  The user asked the question: {prompt}
111