Mr-Vicky-01 commited on
Commit
e4132b7
·
verified ·
1 Parent(s): c6b5a0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def handle_query(query):
75
  def streamer(text):
76
  for i in text:
77
  yield i
78
- time.sleep(0.01)
79
 
80
 
81
  # Streamlit app initialization
 
75
  def streamer(text):
76
  for i in text:
77
  yield i
78
+ time.sleep(0.005)
79
 
80
 
81
  # Streamlit app initialization