loubnabnl HF staff commited on
Commit
c3fb384
1 Parent(s): fa5e188

remove emoji

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
  st.markdown(text)
54
 
55
  elif selected_task == "Model architecture":
56
- st.title("Model architecture 🔨")
57
  for model in selected_models:
58
  with open(f"architectures/{model.lower()}.txt", "r") as f:
59
  text = f.read()
 
53
  st.markdown(text)
54
 
55
  elif selected_task == "Model architecture":
56
+ st.title("Model architecture")
57
  for model in selected_models:
58
  with open(f"architectures/{model.lower()}.txt", "r") as f:
59
  text = f.read()