Manasa1 commited on
Commit
8761f76
·
verified ·
1 Parent(s): a76cf89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ demo = gr.ChatInterface(
113
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
114
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
115
  ],
116
- title="Voice4Rights",
117
  description="Ask questions about human rights, and get informed, passionate answers!"
118
  )
119
 
 
113
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
114
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
115
  ],
116
+ title="JusticeBot",
117
  description="Ask questions about human rights, and get informed, passionate answers!"
118
  )
119