Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -66,7 +66,7 @@ st.markdown(
|
|
| 66 |
)
|
| 67 |
|
| 68 |
st.markdown(
|
| 69 |
-
f"Тематики:\n {tags_str}"
|
| 70 |
)
|
| 71 |
|
| 72 |
|
|
|
|
| 66 |
)
|
| 67 |
|
| 68 |
st.markdown(
|
| 69 |
+
f"Тематики:\n\n {tags_str}"
|
| 70 |
)
|
| 71 |
|
| 72 |
|