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

Updated app

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -40,13 +40,13 @@ 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
- "[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
  )
46
  elif page == "Text Generation" and data == "Oscar":
47
  st.sidebar.markdown(
48
- "[Model tracking on wandb](https://wandb.ai/abinayam/hf-flax-gpt-2-tamil/runs/1ddv4131/overview?workspace=user-abinayam)",
49
- "[Model card](https://huggingface.co/flax-community/gpt-2-tamil)"
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
+ 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