Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,7 +188,7 @@ with col_inputs:
|
|
| 188 |
valformat="%.6f"
|
| 189 |
)
|
| 190 |
|
| 191 |
-
|
| 192 |
|
| 193 |
#st.markdown('</div>', unsafe_allow_html=True)
|
| 194 |
|
|
@@ -197,17 +197,13 @@ with col_inputs:
|
|
| 197 |
#col_btn1, col_btn2, col_btn3 = st.columns([1,2,1])
|
| 198 |
|
| 199 |
with col_output:
|
| 200 |
-
st.markdown('<div class="card"><div class="card-title">🧠 Prediction Result</div>', unsafe_allow_html=True)
|
| 201 |
-
#st.markdown("### 🧠 Prediction Result")
|
| 202 |
|
|
|
|
|
|
|
| 203 |
output_placeholder = st.empty()
|
| 204 |
details_placeholder = st.empty()
|
| 205 |
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
with col_output:
|
| 209 |
-
|
| 210 |
-
# ==========================
|
| 211 |
# Single Value Prediction
|
| 212 |
# ==========================
|
| 213 |
if st.button("Check fo Maintenance"):
|
|
@@ -272,6 +268,7 @@ with col_output:
|
|
| 272 |
else:
|
| 273 |
output_placeholder.error(f"⚠️ Error processing request- Status Code : {response.status_code}")
|
| 274 |
|
|
|
|
| 275 |
|
| 276 |
|
| 277 |
# ==============================
|
|
|
|
| 188 |
valformat="%.6f"
|
| 189 |
)
|
| 190 |
|
| 191 |
+
st.markdown('</div>', unsafe_allow_html=True)
|
| 192 |
|
| 193 |
#st.markdown('</div>', unsafe_allow_html=True)
|
| 194 |
|
|
|
|
| 197 |
#col_btn1, col_btn2, col_btn3 = st.columns([1,2,1])
|
| 198 |
|
| 199 |
with col_output:
|
|
|
|
|
|
|
| 200 |
|
| 201 |
+
st.markdown('<div class="card"><div class="card-title">🧠 Prediction Result</div>', unsafe_allow_html=True)
|
| 202 |
+
|
| 203 |
output_placeholder = st.empty()
|
| 204 |
details_placeholder = st.empty()
|
| 205 |
|
| 206 |
+
# ==========================
|
|
|
|
|
|
|
|
|
|
|
|
|
| 207 |
# Single Value Prediction
|
| 208 |
# ==========================
|
| 209 |
if st.button("Check fo Maintenance"):
|
|
|
|
| 268 |
else:
|
| 269 |
output_placeholder.error(f"⚠️ Error processing request- Status Code : {response.status_code}")
|
| 270 |
|
| 271 |
+
st.markdown('</div>', unsafe_allow_html=True)
|
| 272 |
|
| 273 |
|
| 274 |
# ==============================
|