TheCleverIdiot commited on
Commit
eb6e19b
·
verified ·
1 Parent(s): 0588cdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ demo = gr.Interface(
74
  output_text,
75
  title="Text Summarization",
76
  css=".gradio-container {background-color: lightgray}",
77
- article="""<p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
78
  )
79
 
80
 
 
74
  output_text,
75
  title="Text Summarization",
76
  css=".gradio-container {background-color: lightgray}",
77
+ article="""<p style='text-align: center;'>Developed by: <a href="https://aritraghosh.xyz" target="_blank">Aritra Ghosh and Subhojit Ghosh IP 6th Sem Innovative Project</a></p>"""
78
  )
79
 
80