adil9858 commited on
Commit
8c08bd9
1 Parent(s): 87fee95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -135,11 +135,7 @@ def main():
135
 
136
  # Display temperature with safety level
137
  st.write(f"- **Temperature:** {temp}˚C")
138
- temp_safety = check_safety_level(temp, 'Temperature')
139
- if temp_safety:
140
- st.write(f"Safety Level: {temp_safety}")
141
- color_code = COLOR_CODES[temp_safety]
142
- st.markdown(f'<p style="color:{color_code};">The temperature level is {temp_safety}.</p>', unsafe_allow_html=True)
143
 
144
  # Developer section
145
  st.markdown('### Developer:')
 
135
 
136
  # Display temperature with safety level
137
  st.write(f"- **Temperature:** {temp}˚C")
138
+
 
 
 
 
139
 
140
  # Developer section
141
  st.markdown('### Developer:')