guy-dar commited on
Commit
1b1fb8d
·
1 Parent(s): d12b32e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ if submitted:
33
  max_new_tokens=100)
34
 
35
  for text in decoded:
36
- st.text(textwrap.wrap(text, width=70))
 
33
  max_new_tokens=100)
34
 
35
  for text in decoded:
36
+ st.code('\n'.join(textwrap.wrap(text, width=70)), language=None)