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

Update app.py

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