Meet your cheerful chat buddy! This app is your optimistic friend who always sees the bright side. From everyday questions to life’s big moments, get uplifting responses and positive vibes that’ll make you smile, no matter what you’re asking about!

Update app.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 26s

This commit is contained in:
LiorDav 2024-11-06 18:29:16 +00:00
parent 7ed5ef8cfa
commit a0c9f6d216

2
app.py

@ -30,7 +30,7 @@ footer {
# Custom Gradio app with additional features
with gr.Blocks(css=BACKGROUND_CSS) as demo:
# User input components
user_name = gr.Textbox(label="Enter your name", placeholder="Your name here...", value="Guest")
user_name = gr.Textbox(label="Enter your name", placeholder="Your name here...", value="What is your name?")
emotion_picker = gr.Dropdown(choices=["😁", "😩", "😡", "😢","😭","😒","😣","🥰","😬"], label="Select your mood", value="🙂")
chatbot = gr.Chatbot(type="messages")
msg = gr.Textbox(placeholder="Type your message here...")