Skip to content

Commit

Permalink
NER solution demo change
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoreau89 committed Sep 11, 2024
1 parent cfd5b79 commit 7c79356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ner/ner_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def submit_new_token():
st.session_state.octoai_api_key = st.session_state.token_text_input


st.set_page_config(layout="wide", page_title="Multi-Modal Data Extractor")
st.set_page_config(layout="wide", page_title="Multimodal Data Extractor")

if "octoai_api_key" not in st.session_state:
st.session_state.octoai_api_key = os.environ.get("OCTOAI_API_KEY", None)
Expand Down Expand Up @@ -197,7 +197,7 @@ def submit_new_token():
"[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/octoml/octoai-solutions)"
)

st.write("## Multi-Modal Data Extractor")
st.write("## Multimodal Data Extractor")
st.caption("Powered by OctoAI.")

#################################################
Expand Down

0 comments on commit 7c79356

Please sign in to comment.