circulartext commited on
Commit
ff5dcd6
·
verified ·
1 Parent(s): 9eab2ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def typing_effect():
153
 
154
  for i, word in enumerate(words):
155
  displayed_text += word + " "
156
- time.sleep(0.1) # Small delay
157
  yield f"""
158
  <div style="font-family: 'Josefin Sans', sans-serif; font-size: 18px; line-height: 1.6; padding: 20px; max-width: 800px;">
159
  {displayed_text}
 
153
 
154
  for i, word in enumerate(words):
155
  displayed_text += word + " "
156
+ time.sleep(0.01) # Small delay
157
  yield f"""
158
  <div style="font-family: 'Josefin Sans', sans-serif; font-size: 18px; line-height: 1.6; padding: 20px; max-width: 800px;">
159
  {displayed_text}