Shaltiel commited on
Commit
8739835
1 Parent(s): 6614d86

Updated title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def display_tree(output):
42
  #st.image('syntax_tree.' + format, use_column_width=True)
43
 
44
  # Streamlit app title
45
- st.title('BERT Syntax Dependency Tree Visualizer')
46
 
47
  # Load Hugging Face token
48
  hf_token = st.secrets["HF_TOKEN"] # Assuming you've set up the token in Streamlit secrets
 
42
  #st.image('syntax_tree.' + format, use_column_width=True)
43
 
44
  # Streamlit app title
45
+ st.title('DictaBERT-Joint Visualizer')
46
 
47
  # Load Hugging Face token
48
  hf_token = st.secrets["HF_TOKEN"] # Assuming you've set up the token in Streamlit secrets