tanyadhast commited on
Commit
7757f39
·
verified ·
1 Parent(s): 1a069ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -146,8 +146,10 @@ with gr.Blocks(theme=theme, css=gradient_css) as chatbot:
146
  with gr.Column(scale=1):
147
  gr.Image("White_AuxAI_logo .png")
148
  with gr.Column(scale=4):
149
- with gr.Row():
150
- gr.ChatInterface(respond, type="messages", title = "AuxAI", theme = theme, description = "Hi! I’m AuxAI, your friendly music recommendation assistant. Tell me your mood, genre, or style and I’ll suggest some songs! AuxAI is on a mission to make music discovery personalized, inspiring and effortless. Our software connects the user to a playlist of their liking that perfectly match their mood, vibe or moment. We hope you uncover favorites and rediscover old ones, turning each search into a seamless find!", examples=["Give me some jazzy songs to study and focus to", "Give me a playlist of hype, upbeat songs to workout to", "Give me songs like Espresso by Sabrina Carpenter"],)
 
 
151
  #__________________________________________
152
  #ADD SONG PLAYLIST HERE, EXAMPLE IMAGES, AND LINKS TO RESOURCES
153
  with gr.Row(scale=1):
 
146
  with gr.Column(scale=1):
147
  gr.Image("White_AuxAI_logo .png")
148
  with gr.Column(scale=4):
149
+ gr.ChatInterface(respond, type="messages",
150
+ title = "AuxAI",
151
+ theme = theme, description = "Hi! I’m AuxAI, your friendly music recommendation assistant. Tell me your mood, genre, or style and I’ll suggest some songs! AuxAI is on a mission to make music discovery personalized, inspiring and effortless. Our software connects the user to a playlist of their liking that perfectly match their mood, vibe or moment. We hope you uncover favorites and rediscover old ones, turning each search into a seamless find!",
152
+ examples=["Give me some jazzy songs to study and focus to", "Give me a playlist of hype, upbeat songs to workout to", "Give me songs like Espresso by Sabrina Carpenter"],)
153
  #__________________________________________
154
  #ADD SONG PLAYLIST HERE, EXAMPLE IMAGES, AND LINKS TO RESOURCES
155
  with gr.Row(scale=1):