Tigernawin commited on
Commit
379778d
·
verified ·
1 Parent(s): ac00aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from PIL import Image
3
- from modules.thermal_fault_detection import detect_faults, draw_fault_boxes
4
 
5
  st.set_page_config(page_title="Solar Panel Thermal Fault Detector", layout="centered")
6
  st.title("🔍 Solar Panel Thermal Fault Detection Dashboard")
 
1
  import streamlit as st
2
  from PIL import Image
3
+ from modules.thermal_fault_detection import detect_faults
4
 
5
  st.set_page_config(page_title="Solar Panel Thermal Fault Detector", layout="centered")
6
  st.title("🔍 Solar Panel Thermal Fault Detection Dashboard")