m7mdal7aj commited on
Commit
1ee4a06
1 Parent(s): 6298ead

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
@@ -2,7 +2,7 @@ import streamlit as st
2
  import streamlit.components.v1 as components
3
  from my_model.utilities.gen_utilities import log_function_call
4
 
5
- @log_function_call
6
  def run_model_arch():
7
 
8
  with open("Files/Model Arch.html", 'r', encoding='utf-8') as f:
 
2
  import streamlit.components.v1 as components
3
  from my_model.utilities.gen_utilities import log_function_call
4
 
5
+
6
  def run_model_arch():
7
 
8
  with open("Files/Model Arch.html", 'r', encoding='utf-8') as f: