Mr-Vicky-01 commited on
Commit
8dca813
1 Parent(s): e4132b7

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.005)
79
 
80
 
81
  # Streamlit app initialization
 
75
  def streamer(text):
76
  for i in text:
77
  yield i
78
+ time.sleep(0.001)
79
 
80
 
81
  # Streamlit app initialization