pushpdeep commited on
Commit
c36a3df
·
1 Parent(s): d30f48e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def main():
58
  f"""
59
  **Language**: {f.iloc[0].language}
60
  **Article**: {f.iloc[0].abstract}
61
- **read at : ** : [Link]("https://pib.gov.in/PressReleasePage.aspx?PRID="+{f.iloc[0].rid})
62
  """
63
  )
64
 
 
58
  f"""
59
  **Language**: {f.iloc[0].language}
60
  **Article**: {f.iloc[0].abstract}
61
+ **Link** : https://pib.gov.in/PressReleasePage.aspx?PRID={f.iloc[0].rid}
62
  """
63
  )
64