lagy commited on
Commit
ae4e0d0
verified
1 Parent(s): 9fe86ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def generate(model,tokenizer,instruction,context):
50
  st.write(" ")
51
 
52
  pipe = pipeline('sentiment-analysis')
53
- text = st.text_area('Instrucci贸n')
54
  context = st.text_area('Contexto')
55
 
56
 
 
50
  st.write(" ")
51
 
52
  pipe = pipeline('sentiment-analysis')
53
+ instruction = st.text_area('Instrucci贸n')
54
  context = st.text_area('Contexto')
55
 
56