• 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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Venue-Ops
  • BCAT_front
  • app.py
  • update app.py · 1417936c
    1417936c Browse Files
    juanboy authored 2024-10-18 16:08:11 +0800
app.py 144 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
from flask import render_template

@app.route('/')
def upload_form():
    """显示文件上传表单"""
    return render_template('main.html')