gpt2-QA / meta.py
m3hrdadfi's picture
Hello app
14b4bdd
HEADER_INFO = """
# GPT2 QA
""".strip()
SIDEBAR_INFO = """
# Configuration
""".strip()
C_PROMPT_BOX = "Enter your text ..."
Q_PROMPT_BOX = "Ask your question ..."
A_PROMPT_BOX = "Not entered."