Spaces:
Build error
Build error
feat: Add emoji to 'visualize' button
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with col1:
|
|
114 |
0
|
115 |
)
|
116 |
with col2:
|
117 |
-
go_btn = st.button('Visualize')
|
118 |
|
119 |
with st.spinner(text="Loading brain... π§ "):
|
120 |
model = load_model(model_to_use[expected_lang])
|
|
|
114 |
0
|
115 |
)
|
116 |
with col2:
|
117 |
+
go_btn = st.button('Visualize π')
|
118 |
|
119 |
with st.spinner(text="Loading brain... π§ "):
|
120 |
model = load_model(model_to_use[expected_lang])
|