Spaces:
Runtime error
Runtime error
Commit
·
02f4b5e
1
Parent(s):
1945dae
Update app.py
Browse files
app.py
CHANGED
@@ -342,8 +342,8 @@ def clear_chat_history(history:list)->list:
|
|
342 |
|
343 |
#################### DRIVER SCRIPT #####################
|
344 |
with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
|
345 |
-
gr.Markdown("""<h1 style="color:
|
346 |
-
gr.Markdown("""GenZBot is a virtual assistant that employs advanced artificial intelligence (AI) technologies to enhance its capabilities. Utilizing cutting-edge AI techniques such as Whisper, chatgpt, internet, Dall-E and OpenAI, GenZBot can provide users with a wide range of useful features. By leveraging AI, GenZBot can understand and respond to users' requests in a natural and intuitive manner, allowing for a more seamless and personalized experience. Its ability to generate paintings, drawings, and abstract art, as well as play music and videos, is made possible by sophisticated AI algorithms that can produce complex and nuanced results. Overall,
|
347 |
chatbot = gr.Chatbot()
|
348 |
|
349 |
with gr.Row():
|
|
|
342 |
|
343 |
#################### DRIVER SCRIPT #####################
|
344 |
with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
|
345 |
+
gr.Markdown("""<h1 style="color:skyblue;font-family:'Brush Script MT', cursive;text-align:center">GenZBot</h1>""")
|
346 |
+
gr.Markdown("""GenZBot is a virtual assistant that employs advanced artificial intelligence (AI) technologies to enhance its capabilities. Utilizing cutting-edge AI techniques such as Whisper, chatgpt, internet, Dall-E and OpenAI, GenZBot can provide users with a wide range of useful features. By leveraging AI, GenZBot can understand and respond to users' requests in a natural and intuitive manner, allowing for a more seamless and personalized experience. Its ability to generate paintings, drawings, and abstract art, as well as play music and videos, is made possible by sophisticated AI algorithms that can produce complex and nuanced results. Overall, GenZBot's extensive use of AI technology enables it to serve as a powerful and versatile digital assistant that can adapt to the needs of its users.""")
|
347 |
chatbot = gr.Chatbot()
|
348 |
|
349 |
with gr.Row():
|