Skip to content

Commit

Permalink
fix: remove button reserved for other pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paluchasz committed Oct 16, 2024
1 parent a17a907 commit bb58699
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions krt/pages/1_update_ontology_version.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import streamlit as st
from kazu.krt.components import show_save_button, show_reset_button
from kazu.krt.string_editor.components import (
reset,
)
from kazu.krt.ontology_update_editor.components import OntologyUpdateForm

st.markdown("# Update Ontology Version")
show_save_button()
show_reset_button(reset)
st.write("""This page allows you to update various public ontologies to their latest version. """)
st.write("choose a parser to update")

Expand Down

0 comments on commit bb58699

Please sign in to comment.