DatasetCardForm / datacards /considerations.py
Sebastian Gehrmann
Add previous results
57616af
raw
history blame
176 Bytes
import streamlit as st
from .streamlit_utils import make_text_input
N_FIELDS = 1
def considerations_page():
return None
def considerations_summary():
return None