mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-18 00:25:51 +00:00
Begin adding sockets
This commit is contained in:
10
app/interactive/forms.py
Normal file
10
app/interactive/forms.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from flask_wtf import FlaskForm
|
||||
from wtforms import SubmitField, SelectField, TextAreaField
|
||||
from benchmark.Arguments import ALL_METRICS
|
||||
|
||||
|
||||
##### NOT USED #####
|
||||
class RankingForm(FlaskForm):
|
||||
score = SelectField("Score", choices=ALL_METRICS)
|
||||
output = TextAreaField("Output")
|
||||
submit = SubmitField("Generate Ranking")
|
Reference in New Issue
Block a user