pushpdeep commited on
Commit
3f81ae6
1 Parent(s): 9cade1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -57,8 +57,7 @@ def main():
57
  st.write(
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
 
 
57
  st.write(
58
  f"""
59
  **Language**: {f.iloc[0].language}
60
+ **Article**: {f.iloc[0].abstract} https://pib.gov.in/PressReleasePage.aspx?PRID={f.iloc[0].rid}
 
61
  """
62
  )
63