Spaces:
Sleeping
Sleeping
Update my_model/tabs/model_arch.py
Browse files
my_model/tabs/model_arch.py
CHANGED
@@ -14,7 +14,7 @@ def run_model_arch() -> None:
|
|
14 |
"""
|
15 |
|
16 |
# Read the model architecture HTML file
|
17 |
-
with open("Model Arch.html", 'r', encoding='utf-8') as f:
|
18 |
model_arch_html = f.read()
|
19 |
|
20 |
col1, col2 = st.columns(2)
|
|
|
14 |
"""
|
15 |
|
16 |
# Read the model architecture HTML file
|
17 |
+
with open("Files/Model Arch.html", 'r', encoding='utf-8') as f:
|
18 |
model_arch_html = f.read()
|
19 |
|
20 |
col1, col2 = st.columns(2)
|