Skip to content

Commit 6d0b418

Browse files
Change markdown header to HTML for System Insights
1 parent a4c24c6 commit 6d0b418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def predict(model, framework, image: Image.Image):
149149
analyze_btn = False
150150

151151
with right:
152-
st.markdown("### 🔬 System Insights")
152+
st.markdown("<h3 style='color: #2E7D32; margin-top: 0;'>🔬 System Insights</h3>", unsafe_allow_html=True)
153153
if not uploaded:
154154
st.info("Awaiting input sample. Drop a leaf crop profile into the scanner area to run live neural inference.")
155155
elif analyze_btn:

0 commit comments

Comments
 (0)