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
d6e793d8d3
commit
22c79ebf16
4
app.py
4
app.py
@ -14,7 +14,7 @@ SYSTEM_PROMPT = {
|
||||
}
|
||||
|
||||
# Background CSS to include a background image
|
||||
BACKGROUND_CSS =
|
||||
'''BACKGROUND_CSS =
|
||||
body {
|
||||
background-image: url('https://www.imghippo.com/i/Es4003HeI.png');
|
||||
background-size: cover;
|
||||
@ -24,7 +24,7 @@ body {
|
||||
}
|
||||
footer {
|
||||
visibility: hidden;
|
||||
}
|
||||
}'''
|
||||
|
||||
|
||||
# Custom Gradio app with additional features
|
||||
|
Loading…
x
Reference in New Issue
Block a user