Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -629,7 +629,7 @@ with st.container():
|
|
629 |
|
630 |
|
631 |
|
632 |
-
|
633 |
else:
|
634 |
st.info(f"No {selected_category} models available for {selected_ram_range}")
|
635 |
|
|
|
629 |
|
630 |
|
631 |
|
632 |
+
st.markdown("---")
|
633 |
else:
|
634 |
st.info(f"No {selected_category} models available for {selected_ram_range}")
|
635 |
|