loubnabnl HF staff commited on
Commit
a19ffbb
1 Parent(s): 42e16ea

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ elif selected_task == "Pretraining datasets":
53
  elif selected_task == "Model architecture":
54
  st.title("Model architecture 🔨")
55
  for model in selected_models:
56
- with open(f"architectures/{model.lower()}.md", "r") as f:
57
  text = f.read()
58
  st.markdown(f"## {model}")
59
  st.markdown(text)
 
53
  elif selected_task == "Model architecture":
54
  st.title("Model architecture 🔨")
55
  for model in selected_models:
56
+ with open(f"architectures/{model.lower()}.txt", "r") as f:
57
  text = f.read()
58
  st.markdown(f"## {model}")
59
  st.markdown(text)