Spaces:
Running
Running
Mr-Vicky-01
commited on
Commit
•
8dca813
1
Parent(s):
e4132b7
Update app.py
Browse files
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.
|
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
|