dfdfdf
Browse files
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 |
|