prithivMLmods commited on
Commit
278bef0
1 Parent(s): 9ecc438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ demo = gr.ChatInterface(
118
  gr.Dropdown(choices=list(mood_prompts.keys()), label="Mood", value="Casual"),
119
  ],
120
  title="MOOD SWINGS😉",
121
- description="Chat Response Mood Types in Additional Inputs",
122
  css=css,
123
  theme="allenai/gradio-theme",
124
  )
 
118
  gr.Dropdown(choices=list(mood_prompts.keys()), label="Mood", value="Casual"),
119
  ],
120
  title="MOOD SWINGS😉",
121
+ description="Chat Response Mood Types in Additional Inputs🧠",
122
  css=css,
123
  theme="allenai/gradio-theme",
124
  )