html

display.py

import os
from flask import Flask,url_for,redirect,flash,request, render_template
import time
import json
import getgec

gec = getgec.GEC(“abc”)
app = Flask(name)

#app.config[‘SECRET_KEY’] = ‘123456’

@app.route(’/’,methods=[‘GET’,‘POST’])
def home():
return render_template(‘base.html’)

if name==‘main’:

app.run(debug=True)

getgec.py
import os
import sys
#sys.path.append(’…/src’)
import json
import random

class GEC():
def init(self,s):
self.string = s

def get_result(self):
	return self.string

base.html

{% block head %}
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/jquery@1.12.4/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"></script>
<style type="text/css">
  .navbar {background-color: #3c763d;}
  .navbar a{background:transparent !important;color:#fff  }/*!important*/
  .jumbotron{
    margin-bottom:0;
    background-image: url("b2.jpeg");
    background-size: cover;
height:60px;

  }
</style>

{% endblock %}

<!--<div class="container for-about">-->
 <span style="font-size:150%"> <strong>BERT-Fused Model Test!</strong></span>
{% block body %} {% endblock %}
{% with messages = get_flashed_messages() %}
    {% if messages %}
<div class="alert alert-warning">
 <button type="button" class="close" data-dismiss="alert">&times;</button>

{{ messages[0] }}
   

    {% endif %}
{% endwith %}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值