Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|