m7mdal7aj commited on
Commit
30bdce8
1 Parent(s): 6d00664

Update my_model/tabs/model_arch.py

Browse files
Files changed (1) hide show
  1. my_model/tabs/model_arch.py +1 -1
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)