JJS0321 commited on
Commit
ce9c63c
·
1 Parent(s): 07e5dc5

make app more beautiful

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(css=custom_css, title="Donut OCR App") as demo:
108
  gr.HTML(
109
  """
110
  <div class="footer">
111
- <p>Powered by Naver Clova Donut • Built with 💜 by You</p>
112
  </div>
113
  """
114
  )
 
108
  gr.HTML(
109
  """
110
  <div class="footer">
111
+ <p>Powered by Naver Clova Donut</p>
112
  </div>
113
  """
114
  )