Spaces:
Runtime error
Runtime error
Commit
·
b050db6
1
Parent(s):
687077f
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,8 @@ import re
|
|
11 |
import time
|
12 |
import random
|
13 |
from bs4 import BeautifulSoup
|
|
|
|
|
14 |
|
15 |
|
16 |
def flip_text(prompt, key):
|
|
|
11 |
import time
|
12 |
import random
|
13 |
from bs4 import BeautifulSoup
|
14 |
+
from contextlib import closing
|
15 |
+
from websocket import create_connection
|
16 |
|
17 |
|
18 |
def flip_text(prompt, key):
|