Spaces:
Running
Running
Updated title
Browse files
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('
|
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
|