Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import streamlit.components.v1 as components
|
|
| 4 |
import glob
|
| 5 |
import os
|
| 6 |
import random
|
| 7 |
-
|
| 8 |
def resources_section():
|
| 9 |
st.markdown("## Additional Resources")
|
| 10 |
st.write("For more information and updates, explore our blog posts or join our community channels:")
|
|
|
|
| 4 |
import glob
|
| 5 |
import os
|
| 6 |
import random
|
| 7 |
+
|
| 8 |
def resources_section():
|
| 9 |
st.markdown("## Additional Resources")
|
| 10 |
st.write("For more information and updates, explore our blog posts or join our community channels:")
|