Pippoz commited on
Commit
68c6a22
1 Parent(s): 3820aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ lst = answer[0]['generated_text']
34
 
35
  t = st.empty()
36
  for i in range(len(lst)):
37
- t.text("### %s..." % lst[0:i])
38
  time.sleep(0.04)
 
34
 
35
  t = st.empty()
36
  for i in range(len(lst)):
37
+ t.markdown(" %s..." % lst[0:i])
38
  time.sleep(0.04)