hassiahk commited on
Commit
45ed867
1 Parent(s): 782c2e4

Change models info

Browse files
Files changed (1) hide show
  1. apps/mlm.py +1 -1
apps/mlm.py CHANGED
@@ -45,7 +45,7 @@ def app():
45
  results_df = pd.DataFrame(columns=["Model Name", "Filled Token", "Filled Text"])
46
 
47
  st.sidebar.markdown(
48
- "Models\n"
49
  "- [RoBERTa Hindi](https://huggingface.co/flax-community/roberta-hindi)\n"
50
  "- [Indic Transformers Hindi](https://huggingface.co/neuralspace-reverie/indic-transformers-hi-bert)\n"
51
  "- [HindiBERTa](https://huggingface.co/mrm8488/HindiBERTa)\n"
 
45
  results_df = pd.DataFrame(columns=["Model Name", "Filled Token", "Filled Text"])
46
 
47
  st.sidebar.markdown(
48
+ "### Models\n"
49
  "- [RoBERTa Hindi](https://huggingface.co/flax-community/roberta-hindi)\n"
50
  "- [Indic Transformers Hindi](https://huggingface.co/neuralspace-reverie/indic-transformers-hi-bert)\n"
51
  "- [HindiBERTa](https://huggingface.co/mrm8488/HindiBERTa)\n"