Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
juanboy
2024-10-18 16:08:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1417936c486bdc7aff142ca60ac8e8ae726cc64a
1417936c
1 parent
440e3c3b
update app.py
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
.idea/Weibo_PublicOpinion_AnalysisSystem.iml
.idea/misc.xml
BCAT_front/app.py
.idea/Weibo_PublicOpinion_AnalysisSystem.iml
View file @
1417936
...
...
@@ -5,7 +5,7 @@
</component>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"jdk"
jdkName=
"
Python 3.12 (venv)
"
jdkType=
"Python SDK"
/>
<orderEntry
type=
"jdk"
jdkName=
"
pytorch3.10
"
jdkType=
"Python SDK"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
<component
name=
"TemplatesService"
>
...
...
.idea/misc.xml
View file @
1417936
...
...
@@ -3,7 +3,7 @@
<component
name=
"Black"
>
<option
name=
"sdkName"
value=
"Python 3.12 (Desktop)"
/>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"
Python 3.12 (venv)
"
project-jdk-type=
"Python SDK"
/>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"
pytorch3.10
"
project-jdk-type=
"Python SDK"
/>
<component
name=
"PyCharmProfessionalAdvertiser"
>
<option
name=
"shown"
value=
"true"
/>
</component>
...
...
BCAT_front/app.py
View file @
1417936
from
flask
import
render_template
@app.route
(
'/'
)
def
upload_form
():
"""显示文件上传表单"""
return
render_template
(
'main.html'
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment