Spaces:
Runtime error
Runtime error
bhaskartripathi
commited on
Commit
·
b3c1e3b
1
Parent(s):
18c2755
Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,7 @@ gr.Interface(
|
|
87 |
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.Markdown(f'<center><h1>Ask Lisa !</h1></center>')
|
|
|
90 |
gr.Markdown(f'<span><img src="https://i.imgur.com/ork8hoP.gif" width="100" height="100"></span>')
|
91 |
with gr.Row():
|
92 |
|
|
|
87 |
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.Markdown(f'<center><h1>Ask Lisa !</h1></center>')
|
90 |
+
gr.Markdown(f'<center><p>Powered by <a href="https://www.bhaskartripathi.com">www.bhaskartripathi.com</a></p></center>')
|
91 |
gr.Markdown(f'<span><img src="https://i.imgur.com/ork8hoP.gif" width="100" height="100"></span>')
|
92 |
with gr.Row():
|
93 |
|