EnigmaOfTheWorld commited on
Commit
b63372f
Β·
1 Parent(s): 0ca126a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -368,7 +368,7 @@ def clear_chat_history(history:list)->list:
368
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
369
 
370
  gr.Markdown("""<h1 style="color:skyblue;font-family:'Brush Script MT', cursive;text-align:center">GenZBot</h1>""")
371
- 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.""")
372
  chatbot = gr.Chatbot()
373
 
374
  with gr.Row():
@@ -379,6 +379,7 @@ with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
379
  user_audio_microphone_submit_button = gr.Button("Get me result")
380
  with gr.Column(scale=0.15, min_width=0):
381
  upload_button = gr.UploadButton("πŸ“", info="Upload text files and start talking to them")
 
382
  clear_button = gr.Button("Clear chat history")
383
 
384
 
 
368
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
369
 
370
  gr.Markdown("""<h1 style="color:skyblue;font-family:'Brush Script MT', cursive;text-align:center">GenZBot</h1>""")
371
+ 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 and Langchain, 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, play music and videos, and you can Upload your documents and ask questions about the document, 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.""")
372
  chatbot = gr.Chatbot()
373
 
374
  with gr.Row():
 
379
  user_audio_microphone_submit_button = gr.Button("Get me result")
380
  with gr.Column(scale=0.15, min_width=0):
381
  upload_button = gr.UploadButton("πŸ“", info="Upload text files and start talking to them")
382
+ gr.Markdown("Upload document by clicking on the directory icon.")
383
  clear_button = gr.Button("Clear chat history")
384
 
385