Spaces:
Running
Running
Kuberwastaken
commited on
Commit
·
7b4e84e
1
Parent(s):
c43d32f
center attribution
Browse files- 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 |
-
|
170 |
-
|
171 |
-
|
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(
|