File size: 160 Bytes
ac6c40f
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import streamlit as st

from .streamlit_utils import (
    make_text_input
)

N_FIELDS = 1

def gem_page():
    return None

def gem_summary():
    return None