valencar commited on
Commit
57c9efe
·
1 Parent(s): c23eaa3
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -35,6 +35,8 @@ output = tokenizer.batch_decode(generate_ids, skip_special_tokens=True, clean_up
35
 
36
 
37
  with st.container():
 
 
38
  st.write('\n\n' + output)
39
 
40
 
 
35
 
36
 
37
  with st.container():
38
+ st.write('\n\n')
39
+ st.write('LLM-LANAChat')
40
  st.write('\n\n' + output)
41
 
42