Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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")
|