Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ Embrace the future of knowledge sharing with KnowledgeHub – Where ideas come t
|
|
| 145 |
x=''
|
| 146 |
for i in intro:
|
| 147 |
x+=i
|
| 148 |
-
time.sleep(0.
|
| 149 |
ph.markdown(x)
|
| 150 |
|
| 151 |
def upload():
|
|
@@ -177,7 +177,7 @@ def upload():
|
|
| 177 |
link = data.text_input('Enter link to the youtube video')
|
| 178 |
if link:
|
| 179 |
scrape(link)
|
| 180 |
-
time.sleep(
|
| 181 |
process.success('You can go to the chat section or upload more data')
|
| 182 |
|
| 183 |
def chat():
|
|
|
|
| 145 |
x=''
|
| 146 |
for i in intro:
|
| 147 |
x+=i
|
| 148 |
+
time.sleep(0.005)
|
| 149 |
ph.markdown(x)
|
| 150 |
|
| 151 |
def upload():
|
|
|
|
| 177 |
link = data.text_input('Enter link to the youtube video')
|
| 178 |
if link:
|
| 179 |
scrape(link)
|
| 180 |
+
time.sleep(10)
|
| 181 |
process.success('You can go to the chat section or upload more data')
|
| 182 |
|
| 183 |
def chat():
|