Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from transformers import pipeline
|
|
8 |
from sklearn.ensemble import IsolationForest
|
9 |
|
10 |
# Page config
|
11 |
-
st.set_page_config(page_title="
|
12 |
|
13 |
# Custom dark theme styling
|
14 |
st.markdown("""
|
|
|
8 |
from sklearn.ensemble import IsolationForest
|
9 |
|
10 |
# Page config
|
11 |
+
st.set_page_config(page_title="FactoryGPT Humanization for the Factories of the Future in Industry 5.0 – Predict, Perfect, and Connect", page_icon="🧠", layout="wide")
|
12 |
|
13 |
# Custom dark theme styling
|
14 |
st.markdown("""
|