Kuberwastaken commited on
Commit
7b4e84e
·
1 Parent(s): c43d32f

center attribution

Browse files
Files changed (1) hide show
  1. gradio_app.py +4 -4
gradio_app.py CHANGED
@@ -164,14 +164,14 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as iface:
164
  api_name="analyze"
165
  )
166
 
167
- #Footer section
168
  gr.HTML("""
169
- <div class="footer">
170
- <p>Made with 💖 by Kuber Mehta</p>
171
- </div>
172
  """)
173
 
174
 
 
175
  if __name__ == "__main__":
176
  # Launch without the 'ssr' argument
177
  iface.launch(
 
164
  api_name="analyze"
165
  )
166
 
 
167
  gr.HTML("""
168
+ <div class="footer" style="text-align: center;">
169
+ <p>Made with 💖 by Kuber Mehta</p>
170
+ </div>
171
  """)
172
 
173
 
174
+
175
  if __name__ == "__main__":
176
  # Launch without the 'ssr' argument
177
  iface.launch(