Spaces:
Sleeping
Sleeping
Update pages/GPT4Free.py
Browse files- pages/GPT4Free.py +1 -1
pages/GPT4Free.py
CHANGED
@@ -14,7 +14,7 @@ server_ports = []
|
|
14 |
client_ports = []
|
15 |
|
16 |
st.set_page_config(layout="wide")
|
17 |
-
|
18 |
|
19 |
# Set up the SQLite database
|
20 |
db = sqlite3.connect('chat-hub.db')
|
|
|
14 |
client_ports = []
|
15 |
|
16 |
st.set_page_config(layout="wide")
|
17 |
+
server = None
|
18 |
|
19 |
# Set up the SQLite database
|
20 |
db = sqlite3.connect('chat-hub.db')
|