Abinaya Mahendiran commited on
Commit
cab7f25
1 Parent(s): 466d1f1

Updated app

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -40,13 +40,15 @@ data = st.sidebar.selectbox(label="Select data",
40
  help="Select the data on which the model is trained")
41
  if page == "Text Generation" and data == "Oscar + IndicNLP":
42
  st.sidebar.markdown(
43
- href = f'<a href="https://wandb.ai/wandb/hf-flax-gpt2-tamil/runs/watdq7ib/overview?workspace=user-abinayam">Model tracking on wandb</a>',
44
- href = f'<a href="https://huggingface.co/abinayam/gpt-2-tamil">Model card</a>'
 
45
  )
46
  elif page == "Text Generation" and data == "Oscar":
47
  st.sidebar.markdown(
48
- href = f'<a href="https://wandb.ai/abinayam/hf-flax-gpt-2-tamil/runs/1ddv4131/overview?workspace=user-abinayam">Model tracking on wandb</a>',
49
- href = f'<a href="https://huggingface.co/flax-community/gpt-2-tamil">Model card</a>'
 
50
  )
51
 
52
  # Main page
 
40
  help="Select the data on which the model is trained")
41
  if page == "Text Generation" and data == "Oscar + IndicNLP":
42
  st.sidebar.markdown(
43
+ "[Model tracking on wandb](https://wandb.ai/wandb/hf-flax-gpt2-tamil/runs/watdq7ib/overview?workspace=user-abinayam)"
44
+ "[Model card](https://huggingface.co/abinayam/gpt-2-tamil)",
45
+ unsafe_allow_html=True
46
  )
47
  elif page == "Text Generation" and data == "Oscar":
48
  st.sidebar.markdown(
49
+ "[Model tracking on wandb](https://wandb.ai/abinayam/hf-flax-gpt-2-tamil/runs/1ddv4131/overview?workspace=user-abinayam)",
50
+ "[Model card](https://huggingface.co/flax-community/gpt-2-tamil)",
51
+ unsafe_allow_html=True
52
  )
53
 
54
  # Main page