Loubna ben allal commited on
Commit
5b9eb09
1 Parent(s): f25abd8

update app

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