generated from society-ai/simple-chatbot-openai
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
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 26s
This commit is contained in:
parent
7ed5ef8cfa
commit
a0c9f6d216
2
app.py
2
app.py
@ -30,7 +30,7 @@ footer {
|
|||||||
# Custom Gradio app with additional features
|
# Custom Gradio app with additional features
|
||||||
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="What is your name?")
|
||||||
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...")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user