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 27s

This commit is contained in:
LiorDav 2024-11-06 18:04:29 +00:00
parent 6f3c4fb3ca
commit b5390196f2

2
app.py

@ -28,7 +28,7 @@ footer {
with gr.Blocks(css=BACKGROUND_CSS) as demo: with gr.Blocks(css=BACKGROUND_CSS) as demo:
# User input components # 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="Guest")
emotion_picker = gr.Dropdown(choices=["🙂", "😊", "😡", "😢", "😎"], label="Select your mood", value="🙂") emotion_picker = gr.Dropdown(choices=["😁", "😩", "😡", "😢","😭","😒","😣","🥰","😬"], label="Select your mood", value="🙂")
chatbot = gr.Chatbot(type="messages") chatbot = gr.Chatbot(type="messages")
msg = gr.Textbox(placeholder="Type your message here...") msg = gr.Textbox(placeholder="Type your message here...")
clear = gr.Button("Clear") clear = gr.Button("Clear")