Update app.py
Browse files
app.py
CHANGED
|
@@ -56,6 +56,6 @@ if st.button("بحث") or query:
|
|
| 56 |
# Footer
|
| 57 |
# ---------------------------------------------------------
|
| 58 |
st.divider()
|
| 59 |
-
st.markdown(
|
| 60 |
unsafe_allow_html=True
|
| 61 |
)
|
|
|
|
| 56 |
# Footer
|
| 57 |
# ---------------------------------------------------------
|
| 58 |
st.divider()
|
| 59 |
+
st.markdown(" ",
|
| 60 |
unsafe_allow_html=True
|
| 61 |
)
|