Pippoz commited on
Commit
8f1c49c
1 Parent(s): 662f9f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ lst = answer[0]['generated_text']
41
 
42
  t = st.empty()
43
  for i in range(len(lst)):
44
- t.markdown(" %s..." % lst[0:i])
45
  time.sleep(0.04)
 
41
 
42
  t = st.empty()
43
  for i in range(len(lst)):
44
+ t.markdown("### %s..." % lst[0:i])
45
  time.sleep(0.04)