Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,6 +25,7 @@ with st.sidebar:
|
|
| 25 |
axr.set_title(f'ukr mistral tokens ({np.sum(ukr_num_tokens)} total)')
|
| 26 |
st.pyplot(fig)
|
| 27 |
|
|
|
|
| 28 |
keyword = st.text_input("Filter by text", value="")
|
| 29 |
|
| 30 |
if not keyword:
|
|
|
|
| 25 |
axr.set_title(f'ukr mistral tokens ({np.sum(ukr_num_tokens)} total)')
|
| 26 |
st.pyplot(fig)
|
| 27 |
|
| 28 |
+
|
| 29 |
keyword = st.text_input("Filter by text", value="")
|
| 30 |
|
| 31 |
if not keyword:
|