EnigmaOfTheWorld commited on
Commit
938f81d
·
1 Parent(s): a1e235b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,7 +338,7 @@ def clear_chat_history(history:list)->list:
338
 
339
 
340
  #################### DRIVER SCRIPT #####################
341
- with gr.Blocks(theme="freddyaboulton/dracula_revamped") as demo:
342
  gr.Markdown("""<h1 style="color:white;text-align:center">GenZBot</h1>""")
343
  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, HyperBot'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.""")
344
  chatbot = gr.Chatbot()
 
338
 
339
 
340
  #################### DRIVER SCRIPT #####################
341
+ with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
342
  gr.Markdown("""<h1 style="color:white;text-align:center">GenZBot</h1>""")
343
  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, HyperBot'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.""")
344
  chatbot = gr.Chatbot()