Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1242,7 +1242,7 @@ elif app_mode == "Model Training":
|
|
1242 |
st.pyplot(fig)
|
1243 |
|
1244 |
# ----- [3. Layer Configuration] -----
|
1245 |
-
with st.subheader("🏗️ Network Architecture")
|
1246 |
|
1247 |
# Dynamic layer builder
|
1248 |
layer_types = [
|
|
|
1242 |
st.pyplot(fig)
|
1243 |
|
1244 |
# ----- [3. Layer Configuration] -----
|
1245 |
+
with st.subheader("🏗️ Network Architecture"):
|
1246 |
|
1247 |
# Dynamic layer builder
|
1248 |
layer_types = [
|