PKishore08 commited on
Commit
667d368
1 Parent(s): c767653

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -110,9 +110,8 @@ demo = gr.Interface(
110
  output,
111
  title="Optical Character Recognition",
112
  css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
113
- article = """<p style='text-align: center;'>Feel free to give us your thoughts on this demo and please contact us at
114
- <a href="mailto:letstalk@pragnakalp.com" target="_blank">letstalk@pragnakalp.com</a>
115
- <p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
116
 
117
 
118
  )
 
110
  output,
111
  title="Optical Character Recognition",
112
  css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
113
+ article = """<p style='text-align: center;'>Presented by the team of STUDY QUEST.
114
+ your ultimate study companion"""
 
115
 
116
 
117
  )