Spaces:
Runtime error
Runtime error
bhaskartripathi
commited on
Commit
•
924666f
1
Parent(s):
4c1e42c
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,7 @@ def chatbot(user_prompt,openAI_key):
|
|
74 |
|
75 |
with gr.Blocks() as demo:
|
76 |
gr.Markdown(f'<center><h1>Ask Lisa !</h1></center>')
|
|
|
77 |
gr.Markdown(f'<center><p>Powered by <a href="https://www.bhaskartripathi.com">www.bhaskartripathi.com</a></p></center>')
|
78 |
gr.Markdown(f'<span><img src="https://i.imgur.com/ork8hoP.gif" width="100" height="100"></span>')
|
79 |
with gr.Row():
|
|
|
74 |
|
75 |
with gr.Blocks() as demo:
|
76 |
gr.Markdown(f'<center><h1>Ask Lisa !</h1></center>')
|
77 |
+
gr.Markdown(f'<center><p>Ask Lisa is an AI powered chatbot experiment that provides users with animated video responses to their questions. Ask anything, from general knowledge, advice, to fun facts and play the video responses.</p></center>')
|
78 |
gr.Markdown(f'<center><p>Powered by <a href="https://www.bhaskartripathi.com">www.bhaskartripathi.com</a></p></center>')
|
79 |
gr.Markdown(f'<span><img src="https://i.imgur.com/ork8hoP.gif" width="100" height="100"></span>')
|
80 |
with gr.Row():
|