Spaces:
Sleeping
Sleeping
Update pages/3. Terminology.py
Browse files- pages/3. Terminology.py +3 -3
pages/3. Terminology.py
CHANGED
|
@@ -102,7 +102,7 @@ if page_section == "Basic Terms":
|
|
| 102 |
with st.expander(term):
|
| 103 |
st.markdown(f"""
|
| 104 |
<div class='term-card'>
|
| 105 |
-
<p style='font-size: 1.1rem; color:
|
| 106 |
</div>
|
| 107 |
""", unsafe_allow_html=True)
|
| 108 |
|
|
@@ -155,7 +155,7 @@ elif page_section == "Vectorization":
|
|
| 155 |
for tech, desc in techniques.items():
|
| 156 |
with st.expander(f"📊 {tech}"):
|
| 157 |
st.markdown(f"""
|
| 158 |
-
<div style='padding: 1rem; background:
|
| 159 |
<p>{desc}</p>
|
| 160 |
<small>Example: {'...'}</small>
|
| 161 |
</div>
|
|
@@ -179,7 +179,7 @@ elif page_section == "Advanced Concepts":
|
|
| 179 |
st.markdown(f"""
|
| 180 |
<div class='term-card'>
|
| 181 |
<p><strong>{desc}</strong></p>
|
| 182 |
-
<div style='margin-top: 1rem; padding: 0.5rem; background:
|
| 183 |
<small>Examples: {examples}</small>
|
| 184 |
</div>
|
| 185 |
</div>
|
|
|
|
| 102 |
with st.expander(term):
|
| 103 |
st.markdown(f"""
|
| 104 |
<div class='term-card'>
|
| 105 |
+
<p style='font-size: 1.1rem; color: black;'>{definition}</p>
|
| 106 |
</div>
|
| 107 |
""", unsafe_allow_html=True)
|
| 108 |
|
|
|
|
| 155 |
for tech, desc in techniques.items():
|
| 156 |
with st.expander(f"📊 {tech}"):
|
| 157 |
st.markdown(f"""
|
| 158 |
+
<div style='padding: 1rem; background: black; border-radius: 8px;'>
|
| 159 |
<p>{desc}</p>
|
| 160 |
<small>Example: {'...'}</small>
|
| 161 |
</div>
|
|
|
|
| 179 |
st.markdown(f"""
|
| 180 |
<div class='term-card'>
|
| 181 |
<p><strong>{desc}</strong></p>
|
| 182 |
+
<div style='margin-top: 1rem; padding: 0.5rem; background: black; border-radius: 6px;'>
|
| 183 |
<small>Examples: {examples}</small>
|
| 184 |
</div>
|
| 185 |
</div>
|