Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ParthCodes
/
flask-react-sockets
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ParthCodes
commited on
Nov 13, 2023
Commit
86bcec0
·
1 Parent(s):
78f10ca
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -9,6 +9,7 @@ socketio = SocketIO(app, cors_allowed_origins="*")
9
10
CORS(app)
11
12
13
@app.route('/')
14
def index():
9
10
CORS(app)
11
12
+
app.secret_key = 'flask-sockets-builds'
13
14
@app.route('/')
15
def index():