prithivMLmods commited on
Commit
f3466b3
1 Parent(s): 61b4642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -117,6 +117,8 @@ demo = gr.ChatInterface(
117
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-P", visible=False),
118
  gr.Dropdown(choices=list(mood_prompts.keys()), label="Mood", value="Casual"),
119
  ],
 
 
120
  css=css,
121
  theme="allenai/gradio-theme",
122
  )
 
117
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-P", visible=False),
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
  )