Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatsUIJM/autoContents
/ create_data_folders
Function
create_data_folders
app.py:72–77 ·
view source on GitHub ↗
(session_id)
Source
from the content-addressed store, hash-verified
70
"model"
: DEFAULT_MODEL,
71
}
72
73
@app.route(
'/'
)
74
def
home():
75
return
render_template(
'index.html'
)
76
77
@app.route(
'/upload'
, methods=[
'POST'
])
78
def
upload_files():
79
try
:
80
session_id, base_dir = create_session(
'data'
)
Callers
1
upload_files
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected