iamsubrata commited on
Commit
fffecf1
1 Parent(s): c4b0f88

fix bug button

Browse files
Files changed (1) hide show
  1. LLAMA2.py +1 -1
LLAMA2.py CHANGED
@@ -34,5 +34,5 @@ if user_input:
34
  key = "generate"
35
  )
36
 
37
- if prompt:
38
  st.write(LLM(str(user_input)))
 
34
  key = "generate"
35
  )
36
 
37
+ if button:
38
  st.write(LLM(str(user_input)))