wilmerags commited on
Commit
a38bdb0
β€’
1 Parent(s): e98d306

feat: Add emoji to 'visualize' button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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])